Run this code to get a list of all EC2 instances that do not have the specified tags.
The response will be saved in a CSV file in ./out directory.
Similarly, this code will get you all S3 buckets and their associated tags. It uses multithreading to speed up the process.
The response will be saved in a CSV file in ./out directory.
This script will get you all Relational Database instances (RDS) and their associated tags. It uses multithreading to speed up the process.
The response will be saved in a CSV file in ./out directory.
This script will get you all Lambda Functions and their associated tags. It uses multithreading to speed up the process.
The response will be saved in a CSV file in ./out directory.
This will create a convevient UI for you to do the same. It stores the data entered the 1st time, so it can be entered again hassle-free.
pip install boto3
pip install tqdm
For UI:
pip install PyQt5