AWS Certified Developer – Associate (DVA-C02) — Question 218

A developer needs to manage AWS infrastructure as code and must be able to deploy multiple identical copies of the infrastructure, stage changes, and revert to previous versions.

Which approach addresses these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D, as AWS CloudFormation allows for infrastructure as code, enabling the deployment of identical infrastructure copies, staging changes, and reverting to previous versions. Options A and B do not provide the necessary infrastructure management capabilities, while option C, although useful for application management, does not specifically address the requirements for infrastructure as code.