-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't delete my test environment #1822
Comments
Hi @Kylir ! Can you take a look at the "Events" tab for the "my-application-test" stack in CloudFormation? That should help us narrow down the issue. If you scroll down eventually there should be a resource that failed to delete first.
We're actively working on bringing this visibility to the tool atm (#1742) |
Ah! Thank you very much! I followed your advice and I found the following:
And several other errors all pointing to the same EC2 instance. Out of curiosity, I created that EC2 instance to interact with the MySQL database that is interacting with the services (using the VPC and subnets.) Anyway, thanks again for the lightning fast and very helpful response! 👍 |
Ah if the DBs and VMs are created within the Copilot environment VPC, there isn't a way at the moment of deleting the Copilot Environment while retaining the VPC itself. Until we provide that functionality, maybe a safe way would be to create a VPC outside of Copilot, and then running |
Ah! This is what I missed! I wanted to create a new app with the |
A little update: the culprit was a security group I added to the VPC manually and forgot about! |
Hi there!
I'm using copilot version 1.0.0.
I have an issue: I'm not able to delete an environment and I have no idea how to find why.
This is the command and the response I get after 10 or so minutes.
I wanted to get rid of an application with 3 pipelines, 4 services and 1 RDS (MySQL) instance created on the VPC manually.
I did an
copilot app delete
and it failed at the environment part.I deleted the MySQL instance thinking it could somehow interfere and tried again with no more luck.
When I list the environment I got this:
Do you know what is happening?
Where can I find more info?
Many thanks for the super tool you created!
The text was updated successfully, but these errors were encountered: