How to set up automatic SQL dumps from an EC2 hosted DB to S3 bucket
This guide This guide covers automated, regular SQL dumps to S3. The AWS services to use for this are: Systems manager “runcommand” feature to start the backup S3 to have the backup stored A Lambda function that does the runcommand operation Even...
Jul 31, 20234 min read18
