You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
@yuliyantsvetkov yeah that's correct. I'd prefer a simple Bash script if possible, but that's going to be hard on Lambda. For some other clients I've been using CloudWatch triggered tasks to execute one-off containers on an ECS cluster. Thinking, now it might be better to move them to Lambda, what are your thoughts?
Hey @robmorgan
I prefer Lambda as its cheaper than creating a temp. container for backup, we can manage the deployment via Terraform, and the Lambda itself, and with Python we can extend the backup with whatever we want functionalities.
We need an automated DB backup script. It should run either via Lambda or on an available ECS cluster.
The script should invoke
mysqldump
, but prefer the slave database so the database is not locked exclusively.The text was updated successfully, but these errors were encountered: