Which of the following methods should you use to deploy…

Your company develops a variety of web applications using many platforms and programming languages with different
application dependencies. Each application must be developed and deployed quickly and be highly evadable to satisfy
your business requirements. Which of the following methods should you use to deploy these applications rapidly?

Your company develops a variety of web applications using many platforms and programming languages with different
application dependencies. Each application must be developed and deployed quickly and be highly evadable to satisfy
your business requirements. Which of the following methods should you use to deploy these applications rapidly?

A.
Develop the applications in Docker containers, and then deploy them to Elastic Beanstalk environments with Auto Scaling and Elastic
Load Balancing.

B.
Use the AWS CloudFormation Docker import service to build and deploy the applications with high availability in multiple Availability
Zones.

C.
Develop each application’s code in DynamoDB, and then use hooks to deploy it to Elastic Beanstalk environments with Auto Scaling
and Elastic Load Balancing.

D.
Store each application’s code in a Git repository, develop custom package repository managers for each application’s dependencies,
and deploy to AWS OpsWorks in multiple Availability Zones.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Sadeel Anjum

Sadeel Anjum

A

Docker is perfect for installing applications with different languages and dependencies and ElasticBeanstalk deploys the Apps with less time and less expertise.
So according to requirements A is the best Option. (1 App in each docker container)