Loading...
Loading...
Assess a workload's environmental sustainability posture against the Well-Architected Sustainability pillar, identifying opportunities to reduce carbon footprint through resource efficiency, managed services, and architectural optimization.
npx skill4agent add aws-samples/sample-well-architected-skills-and-steering sustainability-optimizationWhat workload would you like me to assess for sustainability? Please share:
- Architecture overview (compute, storage, database, networking services)
- Utilization patterns (average CPU/memory utilization, traffic patterns, idle periods)
- Region selection rationale (proximity to users, compliance, or legacy?)
- Sustainability goals (optional — organizational carbon targets, reporting requirements)
# Sustainability Assessment: {Workload Name}
## Summary
- **Estimated utilization efficiency**: {percentage}
- **Key waste areas**: {top 2-3}
- **Findings**: {X} High Impact, {Y} Medium Impact, {Z} Improvements
## High-Impact Findings
{Each: what's wasteful, estimated carbon/resource impact, how to fix, effort required}
## Optimization Opportunities
### Resource Utilization
| Resource | Current Utilization | Target | Action |
|----------|-------------------|--------|--------|
| {resource} | {current %} | {target %} | {action to take} |
### Architecture Efficiency
{Each: current approach, sustainable alternative, expected improvement}
### Data Management
{Each: current practice, optimized practice, storage/transfer reduction}
### Scheduling & Scaling
{Each: current behavior, optimized behavior, resource hours saved}
## Sustainability Scorecard
| Domain | Score | Key Gap |
|--------|-------|---------|
| Resource Utilization | {1-5} | {gap} |
| Architecture Efficiency | {1-5} | {gap} |
| Data Management | {1-5} | {gap} |
| Scaling & Scheduling | {1-5} | {gap} |
| Software Efficiency | {1-5} | {gap} |
## Prioritized Remediation Plan
### Quick Wins (< 1 week)
{Scheduling, lifecycle policies, enabling Intelligent-Tiering}
### Foundation (1-4 weeks)
{Right-sizing, Graviton migration, scale-to-zero for non-prod}
### Strategic (1-3 months)
{Architecture changes, serverless migration, region optimization}
## AWS Sustainability Tools
- **Customer Carbon Footprint Tool** — Track emissions in the AWS console
- **Compute Optimizer** — Right-size recommendations
- **S3 Storage Lens** — Storage efficiency insights
- **Trusted Advisor** — Idle resource detection
## Next Steps
{Concrete actions: quick wins to implement now, architectural changes to plan}Would you like me to:
- Quantify the carbon impact of a specific optimization?
- Design a scale-to-zero strategy for non-production environments?
- Create a resource right-sizing implementation plan?
- Evaluate Graviton migration feasibility for your workloads?