ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 185 - DVA-C02 discussion

Report
Export

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? (Select TWO.)

A.
Package the application into a zip file by using a command line tool Upload the package to Amazon S3
Answers
A.
Package the application into a zip file by using a command line tool Upload the package to Amazon S3
B.
Package the application into a container image by using the Docker CLI. Upload the image to Amazon Elastic Container Registry (Amazon ECR)
Answers
B.
Package the application into a container image by using the Docker CLI. Upload the image to Amazon Elastic Container Registry (Amazon ECR)
C.
Deploy the application to an Amazon EC2 instance by using AWS CodeDeploy.
Answers
C.
Deploy the application to an Amazon EC2 instance by using AWS CodeDeploy.
D.
Deploy the application to Amazon Elastic Kubernetes Service (Amazon EKS) on AWS Fargate
Answers
D.
Deploy the application to Amazon Elastic Kubernetes Service (Amazon EKS) on AWS Fargate
E.
Deploy the application to Amazon Elastic Container Service (Amazon ECS) on AWS Fargate
Answers
E.
Deploy the application to Amazon Elastic Container Service (Amazon ECS) on AWS Fargate
Suggested answer: B, E

Explanation:

Containerization:Packaging the application as a container image promotes portability and standardization. Docker is the standard tool for containerization.

Amazon ECR:ECR is a managed container registry designed to work seamlessly with AWS container services.

Fargate:ECS Fargate provides serverless container orchestration, minimizing operational overhead for this proof-of-concept.

Docker:https://www.docker.com/

Amazon ECR:https://aws.amazon.com/ecr/

asked 16/09/2024
mariam alsallal
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first