This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 725
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from rebuy-de/cloud-1047-nuke-multiple-regions
Cloud 1047 nuke multiple regions
- Loading branch information
Showing
44 changed files
with
429 additions
and
294 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# aws-nuke | ||
Nuke a whole AWS account | ||
|
||
## Usage | ||
|
||
``` | ||
Usage: | ||
aws-nuke [flags] | ||
aws-nuke [command] | ||
Available Commands: | ||
version shows version of this application | ||
Flags: | ||
--access-key-id string AWS access-key-id | ||
-c, --config string path to config (required) | ||
--force don't ask for confirmation | ||
--no-dry-run actualy delete found resources | ||
--profile string profile name to nuke | ||
--secret-access-key string AWS secret-access-key | ||
-t, --target stringSlice limit nuking to certain resource types (eg IamServerCertificate) | ||
Use "aws-nuke [command] --help" for more information about a command. | ||
``` |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
region: eu-west-1 | ||
regions: | ||
- "eu-west-1" | ||
account-blacklist: | ||
- 1234567890 | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.