How to auto-scale AWS with Addons

I'm wanting to enable auto scaling or atleast have a few instances running that I can shut-down / bring up as needed on AWS. I currently have internal_data and data and attachments being stored on S3 and cloudfront for CDN caching and an RDS database. I can create a snapshot or AMI of an instance, but if I need to change addons or install an addon, it would install only for the server my load balancer sends me to. I've seen old threads from 2017 with some users using rsync, but is that still the best option as I think they weren't using AWS.

My though was to have a few smaller aws instances instead of one t3a.xlarge that can scale up as needed. If anyone has more in-depth knowledge I'm sure many users looking for this information would be excited to find a more updated solution for AWS that works well.
 
Back
Top Bottom