π‘οΈ AWS Account Alternate Contact Information is not currentπ΄π’βͺ
- Contextual name: π‘οΈ Alternate Contact Information is not currentπ΄π’βͺ
- ID:
/ce/ca/aws/account/maintain-alternate-contact-information - Tags:
- βͺ Impossible policy
- π’ Policy with categories
- π΄ Policy with todo.md
- π’ Policy with type
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
RELIABILITY
Similar Policiesβ
- Internal:
dec-x-a7b7e35e
Similar Internal Rulesβ
| Rule | Policies | Flags |
|---|---|---|
| βοΈ dec-x-a7b7e35e | 1 |
TODO π΄β
TODOβ
- Investigate if this policy is actually possible to implement
- Check whether this API can be used https://docs.aws.amazon.com/accounts/latest/reference/API_GetContactInformation.html
Descriptionβ
Descriptionβ
AWS provides customers with the option of specifying the contact information for account's security team. It is recommended that this information be provided.
Rationaleβ
Specifying security-specific contact information will help ensure that security advisories sent by AWS reach the team in your organization that is best equipped to respond to them.
Auditβ
Perform the following to determine if security contact information is present:
From Consoleβ
- Click on your account name at the top right corner of the console.
- From the drop-down menu Click
My Account.- Scroll down to the
Alternate Contactssection.- Ensure contact information is specified in the
Securitysection.From Command Lineβ
- Run the following command:
aws account get-alternate-contact --alternate-contact-type SECURITY
- Ensure proper contact information is specified for the
Securitycontact.Referencesβ
- CCE-79200-2
Remediationβ
Remediationβ
Perform the following to establish security contact information:
From Consoleβ
- Click on your account name at the top right corner of the console.
- From the drop-down menu Click
My Account.- Scroll down to the
Alternate Contactssection.- Enter contact information in the
Securitysection.From Command Lineβ
Run the following command with the following input parameters:
--email-address,--name, and--phone-number.aws account put-alternate-contact --alternate-contact-type SECURITYNote: Consider specifying an internal email distribution list to ensure emails are regularly monitored by more than one individual.