AWS Elastic Beanstalk and Private Docker Hub Repos

1 · Phat Pham · Oct. 13, 2017, 4:20 a.m.
Summary
Elastic Beanstalk makes it simple to deploy an application on AWSinfrastructure, including automatic scaling. When this works it’sgood. When it doesn’t it can be frustrating to debug but we typicallyhave all the tools necessary to find the cause.I’ve deployed an application on Elastic Beanstalk where the Dockerimages were hosted on an Elastic Container Service repostory. Thiswent well but was only for testing purposes as I’d madeBeanstalk-specific changes to the Docker config file. Once this was...