AWS Logo
Menu

AWS: Bulk Update Alternate Contacts Across Organization

Learn how to efficiently update alternate contacts across your AWS Organization member accounts.

Frank
Amazon Employee
Published Dec 19, 2024
Having alternate contacts (billing, operations, and security) on your member accounts in AWS Organizations is important for your AWS operations. These contacts ensure that critical information reaches the right people within your organization, improving communication and response times for various account-related matters.
I created this script using Amazon Q Developer. To use it, copy the following code, save it as "UpdateAWSAccountContacts.py", and then run it in your preferred terminal:
This script will help you automate the process of updating alternate contacts across your AWS Organization's member accounts, ensuring that your contact information remains current and comprehensive.
  1. Execute the python script
  1. A menu will shows up, to select which type of contact you wanna update Billing/Operations/Security
  1. After selecting one of the options enter the required info Full name, Title, Email address, Phone number [1] We recommend use a Distribution Group (DG) in that way even someone lefts the company, any new member will still receive the notifications.
References:
[1] https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html
 

Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.

2 Comments