You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting the following when trying to delete a subnet:
AWS::EC2::Errors::DependencyViolation ------------------------------------- The subnet 'subnet-04c3d15c' has dependencies and cannot be deleted.
This doesn't happen all the time when I delete a subnet but it is fairly often. I know I can go into the GUI and manually delete the subnet but i am trying to automate this task. Is there a way to force the deletion of the subnet or maybe get a list of dependencies so they can be programmatically deleted?
The text was updated successfully, but these errors were encountered:
I keep getting the following when trying to delete a subnet:
AWS::EC2::Errors::DependencyViolation ------------------------------------- The subnet 'subnet-04c3d15c' has dependencies and cannot be deleted.
This doesn't happen all the time when I delete a subnet but it is fairly often. I know I can go into the GUI and manually delete the subnet but i am trying to automate this task. Is there a way to force the deletion of the subnet or maybe get a list of dependencies so they can be programmatically deleted?
The text was updated successfully, but these errors were encountered: