(no title)
mugsie | 1 year ago
> How do you handle application lifecycle concerns like database backup/restore, migrations/upgrades?
were even touched.
mugsie | 1 year ago
> How do you handle application lifecycle concerns like database backup/restore, migrations/upgrades?
were even touched.
liveoneggs|1 year ago
Backing up databases isn't the job of the container-running platform (ECS), especially not in AWS-world where databases are managed with RDS.
The rest of the questions were "how do I run containers on ecs?" in various forms. The answers to all of them is "by asking ecs to run containers in various forms."