What You’ll Learn
Assessment analyzes your cloud resources against the AWS Well-Architected Framework. You can select a single resource or multiple, one pillar or all six. Start small to learn the workflow, then scale up to surface patterns across your infrastructure.Assessment requires the Advanced plan. Only resources that appear in your Resources inventory can be assessed — make sure discovery has run first.
Select Resources
Choose which resources to assess. For your first run, start with one resource — a good candidate is:
You can select resources individually or click Select All on a filtered list.
- An EC2 instance running a production workload
- An RDS database you suspect is over-provisioned
- An S3 bucket with unknown access patterns
| Filter | Examples |
|---|---|
| Service type | All EC2 instances, all RDS databases |
| Tags | Environment: production, Team: backend |
| Region | us-east-1, all US regions |
Choose Pillars
Select which Well-Architected pillars to evaluate:
Start with one pillar — Cost Optimization or Security typically surface the most actionable findings. Add more pillars as you scale up.
| Pillar | What It Checks |
|---|---|
| Cost Optimization | Right-sizing, reserved capacity, idle spend |
| Security | Encryption, access control, compliance |
| Reliability | Backup, redundancy, fault tolerance |
| Performance Efficiency | Throughput, latency, resource utilization |
| Operational Excellence | Monitoring, automation, runbook coverage |
| Sustainability | Resource efficiency, carbon footprint |
Run the Assessment
Click Run Assessment. The AI agent:
- Collects current resource configuration
- Analyzes metrics and usage patterns
- Evaluates against best practices for each pillar
- Generates findings with severity ratings
Review Results
The analytics dashboard shows:
- Findings by pillar: How many issues were found in each category
- Severity breakdown: Critical, High, Medium, Low distribution
- Potential savings: Estimated cost reduction if recommendations are implemented
- Top affected resources: Which resources need the most attention
- Pattern detection: Systemic issues across resources (e.g., 80% of EC2 instances over-provisioned, no S3 buckets with versioning enabled)
Explore Recommendations
Each finding includes a recommendation with:
- Description: What needs to change and why
- Impact level: High, Medium, Low
- Effort: How much work to implement
- Risk: What could go wrong during implementation
- Impact Analytics: See projected impact before making changes
- Generate Guidelines: Create implementation documentation
- Custom Prompt: Ask agents follow-up questions about the finding
- Implement: Apply the fix with agent assistance
Save to Plan
Recommendations are saved as drafts by default. To track them:
- Select the recommendations you want to act on
- Click Save to Plan (batch select works for multiple recommendations)
- Assign priority and timeline on the Plan page
- Track implementation status over time
Example: First Assessment
Resource:i-0abc123def456 (m5.2xlarge, us-east-1)
Pillar: Cost Optimization
Findings:
- Instance is over-provisioned — average CPU at 12% over 30 days
- No Reserved Instance or Savings Plan coverage
- Recommendation: Downsize to m5.large, saving ~$180/month
Tips
- Start small: 1 resource + 1 pillar for your first run, then scale up
- Use filters to group: Tag-based filtering (environment, team) makes multi-resource assessments much more targeted
- Check Impact Analytics first: Always review projected impact before clicking Implement
- Run periodically: Weekly assessments catch drift and new issues over time
- Use Anna for summaries: After a large assessment, ask
@anna #report summarize the top 5 issues and create an action plan
Next Step
Incident Response
Set up automated incident detection and root cause analysis