1 Answer
- Newest
- Most votes
- Most comments
0
I resolved this issue by first issuing the following commands:
aws elbv2 delete-load-balancer --load-balancer-arn "arn-string"
aws elbv2 delete-target-group -target-group-arn "arn-string"
After that the aws cloudformation delete-stack command worked.
Thanks to all who considered answering this question!
Gio
answered 5 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- Accepted Answerasked 7 months ago
- How do I update a CloudFormation stack that's failing because of a resource that I manually deleted?AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 7 days ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago