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.53k stars 417 forks source link

Docs: Storage docs incorrect about Managed EFS #5985

Open q2mark opened 3 days ago

q2mark commented 3 days ago

Description:

On the Storage docs page under "Managed EFS" it says "The /frontend directory and EFS filesystem will persist until you delete your environment." This is incorrect. I deleted a service and it deleted the EFS access point and the data was lost. I expected it to remain as long as the environment existed.