AWS पर cost optimization में resources को right-sizing करना, उपयुक्त pricing models चुनना, अपव्यय को समाप्त करना, और spend की निरंतर निगरानी करना शामिल है। चूँकि cloud लागतें काफ़ी बढ़ सकती हैं, उन्हें optimize करना एक महत्वपूर्ण, सतत अनुशासन है — और Well-Architected Framework का एक pillar।
right-sizing और अपव्यय को समाप्त करना
✓ 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)
