Question 600:
You have created AWS EFS with default settings and mounted it on an EC2 instance. Due to regulatory policies, your organization had asked you to encrypt data stored on EFS. What would you do to enable encryption?
Answer options:
A.Edit EFS volume and enable the “encryption at rest” setting. All existing data automatically gets encrypted as a background process. You will be notified once the process is completed. B.Encryption at rest is enabled by default when creating a new file system using the Amazon EFS console. C.You can enable encryption at rest during the mounting of EFS on EC2. To encrypt an existing EFS mount, unmount the EFS and remount with the encryption option. D.EFS does not support encryption. Use S3 for encrypting data at rest.