Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

ktasper/awsrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSRM

  • This is a tool for deleting things in AWS that either take a few clicks per item

Why not just use the aws-cli?

Feel free to use it, this is a personal project to help me learn golang.

Limitations

At the moment all it does is delete S3 buckets.

AWS Credential Loading Order

Taken from the AWS Go SDK Docs here

* Shared Credentials file
* Shared Configuration file

I have chosen not to support AWS $ENV VARS as most of the tools will be used to work across diffrent profiles. So YMMV