Question 196:
For application development and testing purposes, your team has created several EFS volumes. As the AWS operation engineer, you have been tasked with mounting some EFS file systems on EC2 Linux instances with encryption enabled in-transit. You have already installed the EFS mount helper on the instances. To use the mount helper properly when mounting the EFS volumes, which actions should you perform? (Select THREE)
Answer options:
A.Get the EFS file system`s ID from the console or programmatically through the Amazon EFS API. B.Make sure that the security group of EC2 instances has opened the port 443 for SSL traffic. C.Create mount targets for your EC2 instances. D.In the subnets of your EC2 Instances, create a network ACL rule to allow HTTPS traffic so that encryption in transit between EC2 and EFS file system is allowed. E.When the mount helper utility is used, add the encryption option: “-o tls”.