This function allow you to automatically tag aws resources
Suported resources
- EC2 Instances
- EC2 Images
- EBS Volumes
- EBS Snapshotes
- Internet Gateways
- Security Groups
- VPCs
- S3 Buckets
- CloudTrail trails
- IAM Roles
- Lambda Functions
- Clone this repo to your local machine
- Change directory to the project folder
- Zip the source code
cd src; zip -r ../aws-autotag.zip *; cd ..
- Create a temporary S3 Bucket
- Upload the zip file to the Bucket
- Create CloudFormation Stack
- Upload the template
YAMLfile - Insert the Bucket name that you created under Parameters
- Deploy!