Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 660 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 660 Bytes

Finding untagged resources

This script will look through all the profiles in the list and check if specific tag is assigned for resource. This will help you to identify untagged resource in AWS.

Tags are very usefull for cost calculation in cost expoloer

Usage

You can specify the profiles ( aws profiles configured in machine ) in script.

Run command

/usr/bin/python main.py

Config values

1.) profiles :- aws profiles as a list. Main will loop through all profiles added in this value Example :- ['prod','stag','dev']

2.) tag :- Finding resources don't have this tag Example :- environment Example :- client