- Newest
- Most votes
- Most comments
Hlo,
Please follow Below Link its very helpful to cost optimization.
Hello,
Refer to the AWS Cost Optimization page for detailed strategies and best practices. Use AWS CLI or SDKs to automate cost-saving actions. Example scripts can be found in the AWS Developer Center.
https://aws.amazon.com/developer/tools/
AWS Best Practices Document
To identify optimization opportunities, you can utilize either Compute Optimizer or Trusted Advisor. Compute Optimizer provides granular analysis and multiple recommendation options for EC2 instances and EBS volumes. Since each environment has unique needs, evaluate recommendations in test/dev environments first before implementing changes in production.
Refer to the documentation below for guidance on modifying/optimizing recommendations and may be develop your own scripts as needed based on your requirement.
Modify an EBS volume using Elastic Volumes
Refer to the links from this re-post - EBS cost optimization
Right sizing recommendations right sizing
blog Cost-optimizing Amazon EBS volumes using AWS Compute Optimizer
S3 optimization - Using Amazon S3 Storage Lens to optimize your storage costs
Listen to the tech talks on Cost Optimization Guidelines for Amazon S3
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago

a few things that helped us beyond the usual RI/Savings Plan advice: tagging everything by team/project so you can actually see where the waste is, catching idle EC2/EBS before they pile up, and automating rightsizing instead of doing it quarterly by hand. i work on a FinOps tool called cloudcadi.ai that does a lot of this automatically (anomaly alerts, rightsizing, RI/SP coverage tracking), so disclosing that — but even without a tool, the tagging + idle-resource habit alone gets you most of the way.