Cost optimization on AWS involves right-sizing resources, choosing appropriate pricing models, eliminating waste, and continuously monitoring spend. As cloud costs can grow significantly, optimizing them is an important, ongoing discipline — and a pillar of the Well-Architected Framework.
Right-sizing and eliminating waste
✓ RIGHT-SIZE — match instance/resource sizes to actual usage (don't over-provision;
many resources are oversized → wasted money). Use metrics to size correctly.
✓ ELIMINATE WASTE — find and remove UNUSED resources:
→ idle/stopped-but-still-billed resources, unattached EBS volumes, old snapshots,
unused Elastic IPs, forgotten test/dev environments
→ a forgotten running instance costs money 24/7
✓ Shut down non-production environments when not in use (nights/weekends)
