Closed lczerepuk closed 3 years ago
I am experiencing exactly same problem.
I found out that the problem is just outdated boto3 version. Provided docker image has boto3 version 1.11.13. After installing the latest version (1.14.47), everything works fine. This is logical, because EFS mounts with Fargate is published just some months ago.
I will personally use following Dockerfile before we get new release. This works well.
FROM fabfuel/ecs-deploy
RUN pip3 install --upgrade pip boto3
Thanks @LimmaPaulus! I will bump up the boto3 version in the requirements and create a new release
Thanks everyone for helping. ;-)
Hi guys,
can you confirm, that the issue is solved when using Docker tag 1.10.2
?
docker run fabfuel/ecs-deploy:1.10.2 ecs ...
Thanks! Fabian
It works, thanks 👍
Hello,
During change image in Task Definition by "ecs deploy" command I noticed that ecs-deploy lost EFS Volume Configuration, like Access Point ID, Root Directory, Encryption in transit, Transit port, EFS IAM Auth and left only "Name" and "Volume Type" with value Mount.
With ecs-deploy command:
Without ecs-deploy command: