AWS Certified Developer – Associate — Question 191
A company has three different environments: Development. QA, and Production. The company wants to deploy its code first in the Development environment, then QA, and then Production.
Which AWS service can be used to meet this requirement?
Answer options
- A. Use AWS CodeCommit to create multiple repositories to deploy the application.
- B. Use AWS CodeBuild to create, configure, and deploy multiple build application projects.
- C. Use AWS Data Pipeline to create multiple data pipeline provisions to deploy the application.
- D. Use AWS CodeDeploy to create multiple deployment groups.
Correct answer: D
Explanation
The correct answer is D because AWS CodeDeploy is specifically designed for deploying applications across various environments, allowing for organized deployment groups. Options A, B, and C do not focus on the deployment process across different environments, making them unsuitable for the requirement.