Open
Description
Context
When running copilot svc delete
, all service level resources get deleted including the ECR images. Our current work around is to run copilot svc delete --name web --env dev
.
Note: We have only one environment deployed.
It would be good if there was a prompt beforehand when running the former command to indicate that all service level resources will be deleted.
Activity