awsdocs / amazon-ecs-developer-guide

The open source version of the Amazon ECS developer guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misleading information about Bind mounts support for AWS Fargate

dkovvuri opened this issue · comments

AWS Documentation states that AWS Fargate supports mounting Host Volumes - which is not supported [1] . From my understanding, Fargate Supports mounting other Docker Volumes by using the 'volumesFrom' property. But doesn't inherently support Bind Mounts.

There are multiple citations of this error - which need to be corrected.

Citation 1: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
Citation 2: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bind-mounts.html

Reference:

[1] https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-storage.html

AWS Fargate supports nonpersistent bind mount volumes. The 'host' and 'sourcePath' fields aren't supported.