2 Answers
WWhat are the other options in answers?
I read the documentation, and mainly see that EC2 mount the EFS using the file system DNS name
Is this one of the options??
Hi sk,
The correct answer is to use the common FQDN to mount the EFS targets. This will automatically resolve to the local EFS mount-point depending on which AZ the EC2 instance is in. You should not use the local mount target name. I encourage you to go create an EFS instance and configure it for multiple AZs. You’ll see right on the console that it instructs you to use the common FQDN in your FSTAB entries.
–Scott
they mentioned this is the correct answer" Create EFS mount targets in each AZ and configure each EC2 instance to mount the common mount target FQDN"
all the options available " Create EFS mount targets in each AZ and configure each EC2 instance to mount its local AZ mount target FQDN" – "Configure EFS File Sync agent on the EC2 instances"-"Create EFS shares in each AZ and configure each EC2 instance to mount the share in its local AZ via the FQDN"-"Do nothing as EFS is already multi-AZ"