AWS Certified Cloud Practitioner (CLF-C02) — Question 597

A user needs to perform a one-time backup of an Amazon Elastic Block Store (Amazon EBS) volume that is attached to an Amazon EC2 instance.

What is the MOST operationally efficient way to perform this backup?

Answer options

Correct answer: C

Explanation

Creating an EBS snapshot is a native AWS feature designed specifically for point-in-time backups of EBS volumes, making it the most operationally efficient method with minimal effort. Other options, such as copying files to another volume, transferring data on-premises via AWS Direct Connect, or writing custom scripts for Amazon S3 uploads, introduce unnecessary complexity, manual labor, and infrastructure overhead.