Home > Enterprise >  Tag AWS sub-accounts
Tag AWS sub-accounts

Time:11-12

guys is there any way to tag all aws sub-accounts programmatically? Been playing with tag editor but it is only helpful with the resources, looking to tag almost 20 sub-accounts

CodePudding user response:

There is a boto3 client for AWS organizations.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/organizations.html#client

  • Related