An application currently stores all its data on Amazon EBS Volumes. All EBS volumes must be backed up durably across multiple Availability Zones.What is the MOST resilient way to backup the volumes?
A. Take regular EBS snapshots.
B. Enable EBS volume encryption.
C. Create a script to copy data to an EC2 Instance store.
D. Mirror data across 2 EBS volumes.