π 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
- Located in: π AWS Account
Flagsβ
- π’ Impossible policy
- π’ Policy with categories
- π΄ Policy with todo.md
- π’ Policy with type
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
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 Contacts
section.- Ensure contact information is specified in the
Security
section.From Command Lineβ
- Run the following command:
aws account get-alternate-contact --alternate-contact-type SECURITY
- Ensure proper contact information is specified for the
Security
contact.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 Contacts
section.- Enter contact information in the
Security
section.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 SECURITY
Note: Consider specifying an internal email distribution list to ensure emails are regularly monitored by more than one individual.