# AWS Tag Helper - 벌크 태깅 툴

> Clean Markdown view of GeekNews topic #2703. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2703](https://news.hada.io/topic?id=2703)
- GeekNews Markdown: [https://news.hada.io/topic/2703.md](https://news.hada.io/topic/2703.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-08-24T10:21:37+09:00
- Updated: 2020-08-24T10:21:37+09:00
- Original source: [github.com](https://github.com/mpostument/awstaghelper)
- Points: 3
- Comments: 1

## Topic Body

- 다양한 AWS 자원에 태그를 편하게 붙이기

- 현재 태그정보를 CSV로 내려받고, 수정해서 한번에 태그 변경 가능

- EC2,RDS,Lambda,S3,Elasticache,Redshift, ElasticSearch,CloudWatch,CloudFront,ELB v2,Kinesis 등 지원

- Go 로 된 오픈소스

## Comments



### Comment 2659

- Author: xguru
- Created: 2020-08-24T10:21:42+09:00
- Points: 1

워싱턴포스트가 만든 aws-tagger (파이썬) 도 있습니다.

https://github.com/washingtonpost/aws-tagger

코드가 작성된지 좀 오래되었지만, 이건 위 도구처럼 자원 타입을 지정할 필요없고 리소스 ID만 지정해서 더 간편하게 태깅이 가능합니다.

CSV로 한번에 태깅도 됩니다. 현재 태그 정보를 CSV로 다운받는 기능은 없는데, 그건 위에 껄 활용해도 될것 같습니다.
