AWS Certified Cloud Practitioner — Question 416

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 the most operationally efficient method because it is a native, built-in AWS feature designed to capture point-in-time backups of an EBS volume with minimal administrative effort. In contrast, copying data to another volume, transfering files to an on-premises server, or writing custom scripts to sync to Amazon S3 introduce unnecessary complexity, operational overhead, and potential performance impacts.