Update the alternate contacts for your AWS account
Alternate contacts allows AWS to contact up to three alternate contacts associated with the account. An alternate contact doesn't have to be a specific person. You could instead add an email distribution list if you have a team that manages billing, operations and security related issues. These are in addition to the email address associated with the root user of the account. The primary account contact will continue to receive all email communications sent to the root account’s email.
You can specify only one of each of the following contact types associated with an account.
-
Billing contact
-
Operations contact
-
Security contact
Topics
Phone number and email address requirements
Before you proceed with updating your account's alternate contacts information, we recommend that you first review the following requirements when entering phone numbers and email addresses.
-
Phone numbers can only contain numbers, whitespaces and the following characters:"
+-()". -
Email addresses can be up to 254 characters long and can include the following special characters in the local portion of the email address in addition to the standard alphanumeric ones: "
+=.#|!&-_".
Update the alternate contacts for a standalone AWS account
To add or edit the alternate contacts for a standalone AWS account, perform the steps in the following procedure. The AWS Management Console procedure below always works only in the standalone context. You can use the AWS Management Console to access or change only the alternate contacts in the account you used to call the operation.
Note
If you try to delete the same contact more than once, the first succeeds silently.
All later attempts generate a ResourceNotFound exception.
account:AlternateContactTypes context key
You can use the context key account:AlternateContactTypes to specify
which of the three billing types is allowed (or denied) by the IAM policy. For
example, the following example IAM permission policy uses this condition key to allow
the attached principals to retrieve, but not modify, only the BILLING
alternate contact for a specific account in an organization.
Because account:AlternateContactTypes is a multi-valued string type, you
must use the ForAnyValue or ForAllValues multi-value string
operators.