Created
August 10, 2024 17:31
-
-
Save ragul28/12443bdfdf002577cab54345cd765762 to your computer and use it in GitHub Desktop.
aws nuke config with commonly used services
This file contains hidden or 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: | |
- "us-east-1" | |
- "us-west-2" | |
account-blocklist: | |
- 1234567890 | |
resource-types: | |
targets: | |
- EC2Instance | |
- EC2Snapshot | |
- EC2Ami | |
- ELBv2 | |
- ELB | |
- S3Bucket | |
- S3Object | |
- EC2NATGateway | |
- ACMCertificate | |
- EC2Volume | |
- AutoScalingGroup | |
- EC2Address | |
- EC2VPCEndpoint | |
- EC2VPCPeeringConnection | |
- EC2VPCEndpointConnection | |
- EC2TGW | |
- EC2TGWAttachment | |
- EC2VPNConnection | |
- EC2VPNGatewayAttachment | |
- EC2VPNGateway | |
- ELBv2ListenerRule | |
- ELBv2TargetGroup | |
accounts: | |
555133742: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment