ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

442 / 474

Question 442:

Your team is building up an application, and an Amazon Elastic File System (EFS) is required to share data across different nodes. For the EFS file system, you need to configure a policy to enforce some default security rules. For example, the root access should be disabled, and connections from EFS clients must use TLS. Which method is the most suitable?

Answer options:

A.Attach an IAM identity policy to each IAM entity to perform specific actions on the file system.
B.Configure an EFS file system policy to control NFS client access to the EFS resource.
C.Create an EFS service-linked role and attach it to the file system.
D.Add the TLS option when mounting the file system with the EFS mount helper.