AWS Certified DevOps Engineer – Professional — Question 193

A company has an on-premises that is written in Go. A DevOps engineer must move the application to AWS. The company's development team wants to enable blue/green deployments and perform A/B testing.
Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer, D, leverages AWS Elastic Beanstalk, which supports blue/green deployments and simplifies the deployment process. Options A and C require more manual setup and management, while option B does not provide the deployment flexibility needed for blue/green deployments and A/B testing.