Cost optimization AWS-এ resource সঠিক আকার নির্ধারণ, উপযুক্ত pricing model নির্বাচন, অপচয় দূর করা এবং ক্রমাগত খরচ পর্যবেক্ষণ জড়িত। Cloud খরচ উল্লেখযোগ্যভাবে বৃদ্ধি পেতে পারে বলে, সেগুলি অপ্টিমাইজ করা একটি গুরুত্বপূর্ণ, চলমান শৃঙ্খলা — এবং Well-Architected Framework-এর একটি স্তম্ভ।
Right-sizing এবং 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)
