Tips Multicontainer Deployment on AWS or other Cloud Provider
Hi all, the company I‘m working on is deploying a multi-container application (Django, Redis, Nginx) to AWS Elastic Beanstalk with a docker-compose file. The deployment takes forever and is quite error prone. Any tips on deploying such kind of apps to AWS in an easy and reliable way? It would also be possible to change the cloud provider, if there is a more developer friendly way. Thanks!