Skip to content

Commit

Permalink
Venkatamutyala patch 1 (#55)
Browse files Browse the repository at this point in the history
* Update account-nuke.sh

* Update account-nuke.sh

* Update account-nuke.sh
  • Loading branch information
venkatamutyala authored Nov 13, 2024
1 parent 4b09145 commit 1f793e5
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions tools/aws/account-nuke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ regions: #this regions list was last updated on October 10, 2023.
- global
- us-west-2
- us-east-1
- us-east-2
- us-west-1
- ap-south-1
- ap-northeast-3
- ap-northeast-2
- ap-southeast-1
- ap-southeast-2
- ap-northeast-1
- ca-central-1
- eu-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-north-1
- sa-east-1
EOF
Expand All @@ -80,7 +65,7 @@ export AWS_SECRET_ACCESS_KEY=$secretAccessKey
export AWS_DEFAULT_REGION=us-west-2


./aws-nuke nuke -c nuke.yaml --max-wait-retries 200 --no-dry-run --force
./aws-nuke nuke -c nuke.yaml --max-wait-retries 200 --no-dry-run --force --log-level debug --log-full-timestamp true --log-caller true

rm nuke.yaml
rm aws-nuke

0 comments on commit 1f793e5

Please sign in to comment.