- Check for unused EBS volumes and it’s types. eg : gp2 cost is high
- Make a list of unused elastic IP. Unused IPs are charged.
- In AWS cost explorer, break down the bill by usages and services to understand the Billings.
- Check for RIGHTSIZING Recommendation from AWS Cost.This will help to reduce size of resources where instane size is big and not utilised.
- Look to use AWS compute saving plans, AWS gives recommendations based on your usages. Select the best possible for your usecase.?
- Always check the Coverage and utilisation of savings plan
- Check AWS compute optimiser
- There are other common methods:- Find Any idle ec2 instances- Find Orphan instances : No traffic, No resources consumption
- Check for AWS trusted advisor report for Cost.
- Plan to stop the non-prod servers in Non-business hour using automation.
These are the operations which helped us to identify many cost saving options and we are able to reduce our AWS bills drastically.