Skip to content

ELRuncho/Tagomyzer1000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tagomyzer1000

script for managing aws resources

first install pipenv, then:

pipenv install
pipenv run "python tagomyzer/tagomyzer.py"

###Config

Tagomyzer uses the aws-cli config file. create a profile for tagomyzer:

aws configure --profile <profile name>

or use an existing profile

###Running

pipenv run python tagomyzer/tagomyzer.py <command> <subcomand> --project=Project

command is instances, volumes or snapshots subcommand - depends on command, use --help for a list of subcomands --project is optional, there are other flags depending on the command/subcomand

###Tagomyzing

You can check first all unused volumes:

pipenv run python tagomyzer/tagomyzer.py volumes list --unused

To tagomize volumes use the following command:

pipenv run python tagomyzer/tagomyzer.py volumes tagomyze

About

script form managing aws resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages