Skip to content

apackeer/aws-daleks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterate and exterminate your AWS Account

This will iterate through all resources in your AWS Account and exterminate them

1- Install SBT:

brew install sbt

2- Just fly, don't exterminate (a.k.a dry run):

  AWS_ACCESS_KEY_ID='[YOUR_KEY]' \
  AWS_SECRET_ACCESS_KEY='[YOUR_SECRET]' \ 
  sbt run

3- EXTERMINATE!

  AWS_ACCESS_KEY_ID='[YOUR_KEY]' \
  AWS_SECRET_ACCESS_KEY='[YOUR_SECRET]' \ 
  sbt "run exterminate"

Spared by default:

  • IAM user named dalek

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.1%
  • Shell 0.9%