Another question: I'm having some issues deleting ...
# ask-metaflow
b
Another question: I'm having some issues deleting a CloudFormation stack once I made it. Are there any common issues to this that I could look into?
1
Following back up on this, my status reason is:
Copy code
The following resource(s) failed to delete: [InternetGateway, Subnet1, ComputeEnvironment, DBSubnetGroup, RDSSecurityGroup, RDSMasterInstance, Subnet2, VPC, GatewayAttachement].
1
a
does it progress further if you try again? no specific advice here but its not uncommon with AWS for deletion to work in a kind of eventually consistent way
out of these things I'd expect it to delete ComputeEnvironment and RDSMasterInstance before everything else
👍 1
n
On the resources tab, you can flat view and sort by any undeleted resources/issues. Typically when I've hit similar issues, I've had to manually delete the problem resources before a successful cloud formation deletion.
💯 1