aws / copilot-cli

The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
https://aws.github.io/copilot-cli/
Apache License 2.0
3.48k stars 400 forks source link

Attach EBS volume to ECS #1630

Open rajikrishnamoorthy opened 3 years ago

rajikrishnamoorthy commented 3 years ago

I have a docker container that has an EBS storage volume attached. Copilot does not have a provision to attach EBS? Is there a plan to enable for EBS as well similar to EFS?

efekarakus commented 3 years ago

Hello @rajikrishnamoorthy ! Copilot supports only the Fargate launch type at the moment, is your existing container running on an EC2 instance? We do have plans on supporting EFS though: https://github.com/aws/copilot-cli/issues/1559