Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company plans to migrate an application to AWS. A developer is creating a proof-of-concept to validate a container-based application deployment model on AWS. What is the most operationally efficient two-step process for deploying this application?
A
Create a .zip of the application using a command line tool and upload it to Amazon S3.
B
Use Docker CLI to containerize the application and push the image to Amazon ECR.
C
Utilize AWS CodeDeploy to deploy the application on an Amazon EC2 instance.
D
Deploy on Amazon EKS with AWS Fargate.
E
Deploy on Amazon ECS with AWS Fargate.