The AWS Resource Tagger tool is a script that creates, updates or deletes tags in your Amazon Web Services (AWS) environments.
Assumes you have cloned this repo to your local filesystem
python -m venv .venv --prompt rt
.venv/Scripts/activate
pip install -r requirements.txt
The config-{env}.yaml
file will contain the following:
api_endpoint
is the URL where you can generate a new token for AWS access.api_key
is the API key associated with the api endpointprofile_name
is the name of the AWS CLI profile to be generated/usedaws_config
contains information used when creating the Config object used by the Boto3 clients
api_endpoint: "https://example.com/generate_token"
api_key: "xxxxXXXXxxxxXXXXxxxxXXXXxxxxXXXXxxxxXXXX"
profile_name: my_user-dev
aws_config:
region_name: us-east-1
retries:
max_attempts: 10
mode: "standard"
python main.py
If you encounter any issues or have questions about the AWS Network Interface Query tool, please open an issue on our GitHub repository.
For general AWS-related inquiries and support, please refer to the AWS Support resources.
This project is built upon the Boto3, an AWS SDK. We would like to acknowledge the AWS community and contributors for their valuable work.
AWS Resource Tagger is developed and maintained by Jeff Ussing.
Thank you for using the AWS Resource Tagger tool! We hope it simplifies the task of tagging resources. If you have any feedback or suggestions, please don't hesitate to reach out.