DVA-C02 · Question #288
A company is preparing to migrate an application to the company's first AWS environment. Before this migration, a developer is creating a proof-of-concept application to validate a model for…
The correct answer is B. Package the application into a container image by using the Docker CLI. Upload the image to E. Deploy the application to Amazon Elastic Container Service (Amazon ECS) on AWS Fargate. https://aws.amazon.com/getting-started/hands-on/deploy-docker-containers/
Question
A company is preparing to migrate an application to the company's first AWS environment. Before this migration, a developer is creating a proof-of-concept application to validate a model for building and deploying container-based applications on AWS. Which combination of steps should the developer take to deploy the containerized proof-of- concept application with the LEAST operational effort? (Choose two.)
Options
- APackage the application into a .zip file by using a command line tool. Upload the package to
- BPackage the application into a container image by using the Docker CLI. Upload the image to
- CDeploy the application to an Amazon EC2 instance by using AWS CodeDeploy.
- DDeploy the application to Amazon Elastic Kubernetes Service (Amazon EKS) on AWS Fargate.
- EDeploy the application to Amazon Elastic Container Service (Amazon ECS) on AWS Fargate.
How the community answered
(14 responses)- A7% (1)
- B64% (9)
- C21% (3)
- D7% (1)
Explanation
https://aws.amazon.com/getting-started/hands-on/deploy-docker-containers/
Community Discussion
No community discussion yet for this question.