Skip to content

How do I manually destroy resources in AWS if terraform destroy fails? #669

Closed Answered by tylerpotts
tylerpotts asked this question in Q&A
Discussion options

You must be logged in to vote

AWS will prevent some resources from being destroyed if there are dependent resources that still exist. The order of resource deletion is below:

Basic steps:

  • delete EFS
  • delete EKS nodegroups
  • delete EKS cluster
  • delete security group

Replies: 7 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tylerpotts
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@iameskild
Comment options

@rsignell-usgs
Comment options

@iameskild
Comment options

@rsignell-usgs
Comment options

@iameskild
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: documentation 📖 Improvements or additions to documentation provider: AWS
5 participants
Converted from issue

This discussion was converted from issue #605 on June 18, 2021 18:42.