3 articles Elastic Beanstalk

AWS Elastic Beanstalk and Docker

AWS Elastic Beanstalk supports the deployment of web application from Docker containers. With Docker containers, you can define your own runtime environment. You can choose your own platform, programming language, and any application dependencies (such as package managers or tools), that aren’t supported by other platforms. Docker containers are self-contained and include all the configuration…

AWS Elastic Beanstalk container command

You can use the container_commands key to execute commands that affect your application source code. Container commands run after the application and web server have been set up and the application version archive has been extracted, but before the application version is deployed. Non-container commands and other customization operations are performed prior to the application source code…