Question 596:
Your organization has an existing VPC in us-east-1 with two subnets in us-east-1b. They are running few EC2 instances each in both subnets and would need a low latency common File Store for all instances to share files for heavy workloads. They have created an EFS, mounted on all the EC2 instances, and share files across all the EC2 instances. You were tasked to increase the number of instances due to the increase in workload. You created a new subnet in us-east-1c and launched a few instances. When you tried to mount the previously created EFS on new EC2 instances, the operations fail. What could be the reason?
Answer options:
A.AWS EFS does not support cross availability zone mounting. B.By default, EFS is only available in one availability zone. Create a case with AWS support to increase EFS availability zones. C.EFS created with mount targets in an us-east-1b availability zone. Instances in us-east-1c cannot use the EFS mount target in us-east-1b. D.EFS mount target security group inbound rules do not allow traffic from new EC2 instances.