EFS multi region mount issue

0

Hello AWS members! I created EFS filesystem which i what to be accessed by 2 lightsail instance. EFS is created in eu-central Frankfurt but lightsail instance is in London. Unfortunately i having issue connecting those too. any help would be highly appreciated ! OS ubuntu 20 Command mount -t efs -o tls,accesspoint=fsap-0xxxxxxxxxfd fs-0e5xxxxxxxxxxx78 /opt/efs/ output is Failed to resolve "fs-xxxxxx78.efs.eu-west-2.amazonaws.com". The file system mount target ip address cannot be found, please pass mount target ip address via mount optio The file system fs-0e5xxxxxxxxx78 is not found What i tested so far is to add IP in hosts file, setup security group. Tried attaching with different (dns/ip) methods provided in aws docs. also i played around with aws efs describe-mount-targets --file-system-id fs-0xxxxxxxxxxxxxxx8 outputs

"MountTargets": [ { "OwnerId": "xxxxxxxxxxxxxxxxx", "MountTargetId": "fsmt-00xxxxxxxxxxxxx17", "FileSystemId": "fs-0e5xxxxxxxxxxx78", "SubnetId": "subnet-2xxxxxx4", "LifeCycleState": "available", "IpAddress": "xxxx.xxx.xxx.xxx", "NetworkInterfaceId": "eni-0xxxxxxx0", "AvailabilityZoneId": "euc1-az1", "AvailabilityZoneName": "eu-central-1c" }, But no luck.

DTS
질문됨 2년 전1105회 조회
1개 답변
1

If Lightsail supports VPC peering you should be able to connect an EFS file system from EC2 instances in other AWS regions using an inter-region VPC peering connection.

AWS has a walkthrough of how you would mount a filesystem from a different vpc.

RoB
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠