aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.55k stars 913 forks source link

[New repo]: account-tagging-at-scale #1858

Closed pmvrak closed 10 months ago

pmvrak commented 10 months ago

Description

This repo helps to tag accounts at scale. This solution is complete serverless in nature and is built on python and Terraform. This solution takes user input as tag key/value pairs. The solution builds an AWS Lambda Funtion that takes the tag input data (key/value pair) and uses AWS Organization API's to tag each and every account mentioned in the user input file. See Architecture section for the architecture flow and Deployment Instructions for detailed information.

language

English

runtime

Python

Level

300

Type

Examples

Use case

Observability

Primary image

https://github.com/pmvrak/serverless-patterns/blob/pmvrak-feature-serverless-account-tagging-at-scale/account-tagging-at-scale/Images/acctags.png

IaC framework

Terraform

AWS Serverless services used

Description headline

account-tagging-at-scale

Repo URL

https://github.com/pmvrak/serverless-patterns/tree/pmvrak-feature-serverless-account-tagging-at-scale/account-tagging-at-scale

Additional resources

No response

Author Name

Anand Krishna

Author Image URL

https://avatars.githubusercontent.com/u/62891988?v=4

Author Bio

Cloud Infrastructure Architect working with AWS

Author Twitter handle

No response

Author LinkedIn URL

https://www.linkedin.com/in/00ak00/

leave

No response

jbesw commented 10 months ago

Thanks - this is now live at https://serverlessland.com/repos/account-tagging-at-scale.