aws / amazon-ecs-cli

The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html
Other
1.78k stars 303 forks source link

Request update the data EBS volume size when using ecs-cli up to create the ECS cluster #1138

Open hpsony94 opened 2 years ago

hpsony94 commented 2 years ago

The size of the EBS volume to use for data storage. By default, the Amazon ECS-optimized AMI launches with an 8 GiB root volume and a 22 GiB data volume.

Context

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cmd-ecs-cli-up.html These is no spec to tell the ecs-cli up to update the size of the ECS volume to use for data storage.

Alternatives

Terraform, AWS Console?

Additional context

N/A


This is a :rocket: Feature Request