Extending ephemeral storage with AWS Fargate on Amazon ECS

preview_player
Показать описание
In this short demo, watch as Adam walks us through how to expand the ephemeral storage for AWS Fargate tasks running on Amazon ECS. The demo takes advantage of the AWS Copilot CLI, but also talks about how to achieve this via AWS Cloudformation.

#aws #ecs #fargate
Рекомендации по теме
Комментарии
Автор

Thanks for nice walkthrough. Just wondering for ECS EC2 launch type, where does the ephemeral storage come from? is it the EC2 container storage?

andyhgnguyen
Автор

When trying to configure this (adding "ephemeralStorage": { "sizeInGiB": 30}, ) form console, while creating task definition throws message saying

Should only contain "family", "containerDefinitions", "volumes", "taskRoleArn", "networkMode", "requiresCompatibilities", "cpu", "memory", "inferenceAccelerators", "executionRoleArn", "pidMode", "ipcMode", "proxyConfiguration", "tags", "runtimePlatform", "placementConstraints"

janivimal
Автор

How do you do this via the ECS task definition UI?

electrocreeper
Автор

What about EKS? Is there any way to increase storage with fargate on EKS?

arsis
Автор

How to add ephemeralStorage when running Fargate using boto3 run_task

EzhilisaiArasu