AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 306

A company discovers that its production environment and disaster recovery (DR) environment are deployed to the same AWS Region. All the production applications run on Amazon EC2 instances and are deployed by AWS CloudFormation. The applications use an Amazon FSx for NetApp ONTAP volume for application storage. No application data resides on the EC2 instances.

A DevOps engineer copies the required AMIs to a new DR Region. The DevOps engineer also updates the CloudFormation code to accept a Region as a parameter. The storage needs to have an RPO of 10 minutes in the DR Region.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

Amazon FSx for NetApp ONTAP supports native NetApp SnapMirror replication, which allows for efficient, block-level replication between ONTAP file systems across AWS Regions. Setting SnapMirror to a 5-minute schedule easily satisfies the 10-minute Recovery Point Objective (RPO) requirement. Other options are incorrect because application data is stored on FSx for ONTAP rather than EC2 instances or instance store volumes, making EC2-focused backups or instance store snapshots ineffective.