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

A developer wants to expand an application to run in multiple AWS Regions. The developer wants to copy Amazon Machine Images (AMIs) with the latest changes and create a new application stack in the destination Region. According to company requirements, all AMIs must be encrypted in all Regions. However, not all the AMIs that the company uses are encrypted.
How can the developer expand the application to run in the destination Region while meeting the encryption requirement?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating new AMIs with specified encryption parameters ensures that the AMIs are compliant with the encryption requirement before copying them to the destination Region. Option B is incorrect because AWS KMS cannot retroactively encrypt existing unencrypted AMIs without creating new ones. Option C is incorrect as AWS Certificate Manager (ACM) is not used for AMI encryption. Option D fails to meet the requirement since it allows unencrypted AMIs to be copied, which is against the company policy.