AWS account contact information is current for the primary contact and the alternate contacts for security, billing, and operations, with accurate email addresses and phone numbers.
Risk
Outdated or single-person contacts delay security notifications, slow incident response, and complicate account recovery.
AWS may throttle services during abuse mitigation, reducing availability. Missed alerts enable ongoing misuse, risking data exfiltration and unauthorized changes (integrity).
prowler aws --checks account_maintain_current_contact_details
Recommendation
Adopt:
- Primary and alternate contacts for
security,billing,operations - Shared, monitored aliases and SMS-capable phone numbers (non-personal)
- Centralized management across accounts with periodic reviews
- Least privilege for who can modify contact data
- Regular reachability tests and documented ownership
Remediation
aws account put-alternate-contact --alternate-contact-type=SECURITY --email-address=<SECURITY_EMAIL> --name="<SECURITY_CONTACT_NAME>" --phone-number="<SECURITY_PHONE>" --title="Security"
- Sign in to the AWS Management Console
- Open Billing and Cost Management, then click your account name > Account
- Under Contact information, click Edit, update details, then Update
- Under Alternate contacts, click Edit
- Enter Security contact name, email, and phone (use a team alias), then Update
- Repeat for Billing and Operations if needed
Source Code
Resource Type
Other
References
- https://repost.aws/knowledge-center/update-phone-number
- https://support.stax.io/docs/accounts/update-aws-account-contact-details
- https://maartenbruntink.nl/blog/2022/09/26/aws-account-hygiene-101-mass-updating-alternate-account-contacts/
- https://docs.aws.amazon.com/security-ir/latest/userguide/update-account-contact-info.html
- https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-primary.html
- https://repost.aws/knowledge-center/add-update-billing-contact
- https://aws.amazon.com/blogs/security/update-the-alternate-security-contact-across-your-aws-accounts-for-timely-security-notifications/
- https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_update_contacts.html
- https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html