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 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则