Question 122:
A financial institution is planning to use Amazon EFS for its business-critical data storage. The latest security audit found that some of the Amazon EFS file systems are unencrypted. To mitigate this issue, the Security Team has been instructed to implement a policy that will permit only encrypted file systems to be launched. Also, as an additional security measure, all data in transit should be encrypted. Which of the following can be efficiently implemented for encryption?
Answer options:
A.Use IAM conditional key efs:Encrypted to enforce the creation of encrypted file system at rest and use Amazon EFS mount helper for encryption in transit. B.Use IAM conditional key elasticfilesystem:Encrypted to enforce the creation of encrypted file system at rest and use Amazon EFS mount helper for encryption in transit. C.Use Amazon EFS mount helper to enforce the creation of encrypted file system at rest and use IAM conditional key elasticfilesystem:Encrypted for encryption in transit. D.Use IAM conditional key efs:Encrypted to enforce the creation of encrypted file system at rest and installs stunnel for encryption in transit.