I'm running an AWS ec2 instance for managing CPE devices. It used to be 8G but I increased it to 150G and I keep needing more. How can I automate it so I don't have to modify my EBS storage and expand the file system manually using AWS services? Should I use AWS CloudWatch with Lambda? What are the steps to implement a task for this purpose?
What is the most cost-efficient way?
I manually update it every time. I also tried to implement it with services but I couldn't figure out how. Can you give me steps on how to do that? What is the best architecture to have a reliable and optimized server?
I tried using Automating Amazon EBS volume resizing with AWS Step Functions and AWS Systems Manager | AWS Storage Blog but it didn't help much.