AWS Certified DevOps Engineer – Professional — Question 56

A company has many applications. Different teams in the company developed the applications by using multiple languages and frameworks. The applications run on premises and on different servers with different operating systems. Each team has its own release protocol and process. The company wants to reduce the complexity of the release and maintenance of these applications.
The company is migrating its technology stacks, including these applications, to AWS. The company wants centralized control of source code, a consistent and automatic delivery pipeline, and as few maintenance tasks as possible on the underlying infrastructure.
What should a DevOps engineer do to meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer, D, employs AWS CodeCommit for centralized source control and builds Docker images for each application, facilitating efficient deployment on Amazon ECS managed by AWS Fargate, which minimizes maintenance. Option A complicates the release process by merging branches and deploying to a single server, while B does not leverage the benefits of containerization. Option C introduces unnecessary complexity by creating AMIs and managing EC2 fleets rather than using a more scalable container approach.