DEV Community

Discussion on: Deploying a Production-ready Django app on AWS

Collapse
 
blakegreendev profile image
Blake Green

Still in beta but now you can run your Docker compose files directly to Amazon ECS.

docs.docker.com/engine/context/ecs...

It abstracts a lot of the manual set up in the AWS console.

Collapse
 
rmiyazaki6499 profile image
Ryuichi Miyazaki

Awesome! Thanks for the heads up!
I will have to give it a try and update the guide.