AWS Optimization
EBS volumes are the most common way to store files on AWS. They offer scalable and reliable persistent storage. They can also get expensive if not managed properly.If you follow a couple of basic rules, you can ensure your monthly AWS storage bills will remain at a reasonable level:– make sure you update your volumes to the latest type of the same family (e.g. upgrade to the latest GP3 as it’s cheaper and more efficient)– don’t over-allocate the volume size and IOPS level, it is easier to extend EBS volumesSEE DETAILS