Docker: Elastic Beanstalk with EFS filesystem

0

Hello everybody, I am trying to start a docker service on aws beanstalk by mounting an EFS filesystem. I keep getting the error:

Failed to resolve "fs-XXXXXX.efs.eu-west-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.
Attempting to lookup mount target ip address using botocore. 
Failed to import necessary dependency botocore, please install botocore first.
ERROR: Mount command failed!

I made the release with a zip file containing

  • dockerfile
  • Dockerrun.aws.json
  • application.jar
  • .ebextensions
  • containing: storage-efs-mountfilesystem.config

I set the EFS subnet by opening port 2049 in inbound. and I also tried with the default vpc which has everything open

Thanks for your support

질문됨 2년 전112회 조회
답변 없음

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

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

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

관련 콘텐츠