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

A company is migrating its product development teams from an on-premises data center to a hybrid environment. The new environment will add four AWS Regions and will give the developers the ability to use the Region that is geographically closest to them.

All the development teams use a shared set of Linux applications. The on-premises data center stores the applications on a NetApp ONTAP storage device. The storage volume is mounted read-only on the development on-premises VMs. The company updates the applications on the shared volume once a week.

A DevOps engineer needs to replicate the data to all the new Regions. The DevOps engineer must ensure that the data is always up to date with deduplication. The data also must not be dependent on the availability of the on-premises storage device.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because it establishes a Multi-AZ environment with FSx for NetApp ONTAP, which allows for efficient data replication and deduplication while maintaining availability without relying on the on-premises storage. Option A lacks the direct integration with ONTAP and does not provide deduplication, while B does not address the need for deduplication and requires a single Region setup. Option D, while it provides a solution for replication, does not utilize the NetApp ONTAP capabilities or ensure that data is consistently updated in a seamless manner.