I am trying to launch fargate task from EFS . My EFS filesystem is mounted on Same subnet, VPC and security group where my ECS is mounted.
still I am facing the same issue "failed to invoke EFS utils commands to set up EFS volumes: stderr: Failed to resolve "fs-0b5a160420b31f547.efs.us-east-1.amazonaws.com" - check that your file system ID is correct, and ensure that the VPC has an EFS mount target for this file system ID"
In my security group of ECS and EFS 2049 is enabled on inbound and Outbound network.