Deploying Elastic Beanstalk applications from Docker containers - AWS Elastic Beanstalk

Deploying Elastic Beanstalk applications from Docker containers

This chapter explains how you can use Elastic Beanstalk to deploy web applications from Docker containers. Docker containers are self contained and include all the configuration information and software that your web application requires to run. With Docker containers you can define your own runtime environment. You can also choose your own programming language and application dependencies, such as package managers or tools, which typically aren't supported by other Elastic Beanstalk platforms.

Follow the steps in QuickStart for Docker to create a Docker "Hello World" application and deploy it to an Elastic Beanstalk environment using the EB CLI.