Account alternate contact is not configured Affecting Account Management service in AWS


Severity

0.0
medium
0
10
Severity Framework
Snyk CCSS
Rule category
Monitoring/ Settings

Is your environment affected by this misconfiguration?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
Frameworks
AWS-Well-ArchitectedCIS-AWS
  • Snyk IDSNYK-CC-00136
  • creditSnyk Research Team

Description

Ensure that at least one alternate contact is configured for your AWS account, so if AWS observes suspicious or prohibited behavior and the primary account contact cannot be reached, someone else is available. Ideally, email contact details should point to an alias that forwards to more than one individual.

How to fix?

Define at least one aws_account_alternate_contact in your account.

Example Configuration

resource "aws_account_alternate_contact" "operations" {

  alternate_contact_type = "OPERATIONS"

  name          = "Example"
  title         = "Example"
  email_address = "test@example.com"
  phone_number  = "+1234567890"
}