Question 332:
You set up a web application development environment by using a third party configuration management tool to create a Docker container that is run on local developer machines.
Answer options:
A.Write a script using the AWS SDK or CLI to deploy the application code from version control to the local development environments staging and production using AWS OpsWorks. B.Define an AWS CloudFormation template to place your infrastructure into version control and use the same template to deploy the Docker container into Elastic Beanstalk for staging and production. C.Because the application is inside a Docker container, there are no infrastructure differences to be taken into account when moving from the local development environments to AWS for staging and production. D.Define an AWS CloudFormation template for each stage of the application deployment lifecycle –development, staging and production –and have tagging in each template to define the environment.