Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonclay7/aws-auto-tag
Auto tagging AWS resources
https://github.com/bonclay7/aws-auto-tag
Last synced: 6 days ago
JSON representation
Auto tagging AWS resources
- Host: GitHub
- URL: https://github.com/bonclay7/aws-auto-tag
- Owner: bonclay7
- License: mit
- Created: 2016-09-19T13:08:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T08:17:11.000Z (about 8 years ago)
- Last Synced: 2024-10-31T22:42:10.180Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-auto-tag
Auto tagging AWS resources with `python` and `saltstack`.
Based on the idea of http://blog.gorillastack.com/wp-content/uploads/2015/09/Multi-account-auto-tag-diagram-1002x1024.png-[![Circle CI](https://circleci.com/gh/bonclay7/aws-auto-tag/tree/master.svg?style=svg)](https://circleci.com/gh/bonclay7/aws-auto-tag/tree/master)
-[![codecov.io](https://codecov.io/github/bonclay7/aws-auto-tag/coverage.svg?branch=master)](https://codecov.io/github/bonclay7/aws-auto-tag?branch=master)## Cloudtrail supported services (for taggable resources)
- Elastic Block Store (Amazon EBS)
- ElastiCache (ElastiCache)
- Elastic Compute Cloud (Amazon EC2)
- Elastic Load Balancing
- EMR
- Glacier
- Kinesis
- Redshift
- Amazon Relational Database Service (Amazon RDS)
- Amazon Route 53
- Amazon S3 bucket level event
- Amazon Virtual Private Cloud (Amazon VPC)
- Auto Scaling
- AWS CloudFormation
- AWS Elastic Beanstalk## Auto-tag supported services
- EC2 Instances
## TO-DO List
- Automatic Deployment
- Activate cloudtrail with proper configuration
- Configure s3 buckets
- Deploy lambda and configure firing events
- Extend services Support