Loading...
Loading...
Evaluate a workload's performance efficiency against the Well-Architected Performance Efficiency pillar, covering resource selection, scaling, monitoring, and optimization opportunities.
npx skill4agent add aws-samples/sample-well-architected-skills-and-steering performance-efficiencyWhat workload would you like me to assess for performance efficiency? Please share:
- Architecture overview (compute, storage, database, networking services)
- Performance requirements (latency targets, throughput needs, concurrent users)
- Current baselines (p50/p95/p99 latency, request rates, error rates)
- Known bottlenecks (optional — areas you suspect are underperforming)
# Performance Efficiency Assessment: {Workload Name}
## Summary
- **Date**: {date}
- **Latency target**: {target} | **Current**: {p50/p95/p99}
- **Throughput target**: {target} | **Current**: {actual}
- **Findings**: {X} Critical, {Y} High, {Z} Medium
## Performance Scorecard
| Domain | Score (1-5) | Key Gap |
|--------|-------------|---------|
| Resource Selection | {score} | {gap} |
| Scaling & Elasticity | {score} | {gap} |
| Caching | {score} | {gap} |
| Data & Network | {score} | {gap} |
| Monitoring & Optimization | {score} | {gap} |
## Critical Performance Issues
{Each: what's bottlenecked, severity, impact on user experience, recommendation, expected improvement, AWS service}
## Optimization Opportunities
### Resource Selection
| Resource | Current | Recommended | Expected Improvement | AWS Service |
|----------|---------|-------------|---------------------|-------------|
| {resource} | {current config} | {recommended} | {improvement} | {service} |
### Scaling Improvements
{Each: current limitation, recommended change, AWS service, implementation approach}
### Caching Opportunities
{Each: cache layer to add/improve, expected hit ratio, latency reduction, AWS service}
### Data and Network Optimizations
{Each: current pattern, optimized pattern, expected benefit, AWS service}
## Remediation Plan
### Quick Wins (< 1 week)
{Configuration changes, enabling features, easy right-sizing}
### Foundation (1-4 weeks)
{Caching layers, scaling policies, monitoring improvements}
### Strategic (1-3 months)
{Architecture changes, database migrations, global distribution}
## Next Steps
{Concrete actions: load test scenarios to run, metrics to instrument, experiments to try}Would you like me to:
- Deep-dive into a specific bottleneck?
- Design a caching strategy for a particular data flow?
- Create a load testing plan with target scenarios?
- Evaluate alternative architectures for a specific component?
- Model the performance impact of a scaling change?