AWS Well-Architected Framework · 6 Pillars · 36 Checks

FIND YOURAWS RISKS.FIX THEM.

Upload your Terraform plan or CloudFormation template. Get a full Well-Architected Review in under 2 minutes — with ready-to-apply fixes for every finding.

36
Well-Architected Checks
6
Pillars Covered
<2min
Time to Report
// LIVE SCAN PREVIEW
SEC-003HIGH

RDS Instance Publicly Accessible

aws_db_instance.main

SEC-001HIGH

S3 Bucket Publicly Accessible via ACL

aws_s3_bucket.assets

REL-001MEDIUM

RDS Not Multi-AZ

aws_db_instance.main

COST-003MEDIUM

NAT Gateway Cost Risk

aws_nat_gateway.main

PERF-001LOW

EC2 Not Using Graviton

aws_instance.web

// WELL-ARCHITECTED PILLARS
🔐
Security
Reliability
🎯
Ops Excellence
🚀
Performance
💰
Cost
🌱
Sustainability
// HOW IT WORKS
01

Generate Your JSON

Generate your Terraform plan JSON or export your CloudFormation template.

02

Upload & Scan

36 Well-Architected checks run instantly across all 6 pillars. No AWS access needed.

03

Get Your Report

Download a branded PDF report with every finding, severity rating, and Terraform fix.

// EXAMPLE REPORT

See what you get — a full breakdown of your architecture, scored and graded.

62/ 100
Grade C
Security45
Reliability68
Ops Excellence82
Performance71
Cost55
Sustainability60
FINDINGS (3)
SEC-003HIGH
aws_db_instance.main

RDS Instance Publicly Accessible

Database instance is configured with publicly_accessible = true, exposing it to the internet.

SUGGESTED FIX
resource "aws_db_instance" "main" {
  # ...existing config...
- publicly_accessible = true
+ publicly_accessible = false
}
REL-001MEDIUM
aws_db_instance.main

RDS Not Multi-AZ

Single-AZ deployment creates a single point of failure for the database tier.

COST-003LOW
aws_nat_gateway.main

NAT Gateway Cost Risk

NAT Gateway in every AZ may be over-provisioned for current traffic levels.

// PRICING
FREE
$0
Explore the tool
  • 1 review
  • Top 5 findings
  • No PDF
STARTER
$49
Per report
  • Full report
  • All 36 checks
  • PDF export
  • Terraform fixes
PRO
$99
Per month
  • Unlimited reviews
  • Team sharing
  • API access
  • Priority support
BEST FOR CONSULTANTS
CONSULTANT
$199
Per month
One client engagement pays for a year
  • Everything in Pro
  • White-label PDF with your firm branding
  • Custom cover page with client name
  • Your logo and accent color on every page
// FAQ