AWS nuke sample config nuke some specific targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regions: | |
- eu-west-1 | |
account-blacklist: | |
- "999999999999" # production | |
resource-types: | |
# only nuke these three resources | |
targets: | |
- S3Object | |
- S3Bucket | |
- EC2Instance | |
accounts: | |
12345678910: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment