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ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ