In this section, we are going to look at the two templated cloud offerings from Docker. These both launch Docker Swarm clusters that have deep levels of integration with their target platforms, and have also been built with Docker best practices in mind. Let's look at the Amazon Web Services template first.
Docker on-cloud
Docker Community Edition for AWS
Docker Community Edition for AWS (which we will call Docker for AWS from now on) is an Amazon CloudFormation template created by Docker that is designed to easily launch a Docker Swarm mode cluster in AWS with Docker best practices and recommendations applied.
CloudFormation is a service that's offered by Amazon that allows you to define how you would like your...