AWS Certified SysOps Administrator – Associate (legacy) — Question 877

A company has adopted a security policy that requires all customer data to be encrypted at rest. Currently, customer data is stored on a central Amazon EFS file system and accessed by a number of different applications from Amazon EC2 instances.
How can the SysOps Administrator ensure that all customer data stored on the EFS file system meets the new requirement?

Answer options

Correct answer: B

Explanation

Amazon EFS does not support enabling encryption at rest for an existing, unencrypted file system. Therefore, the SysOps Administrator must create a new encrypted EFS file system and transfer the data from the old one. Enabling TLS secures data in transit rather than at rest, and server-side encryption cannot be enabled retroactively on an active unencrypted EFS volume.