Reputation:
After specifying the volumes in task definition I am unable to find volumes . How can I attach the Volumes to AWS fargate ?
Upvotes: 2
Views: 3469
Reputation: 1399
Fargate task comes with 10gig of ephemeral storage. And you can additionally mount another 4gig (only). This is ephemeral too.
Refer this doc: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html#fargate-tasks-storage
Upvotes: 2