The AWS Landing Zone is deployed into the AWS Organizations account. When you first create the Landing Zone stack from the latest Landing Zone initiation template, you must supply various input parameters, including the primary email addresses for the core accounts that the landing zone creates, namely:
- Log Archive account (
LoggingAccountEmail
)
- Security account (
SecurityAccountEmail
)
- Shared Services account (
SharedServicesAccountEmail
)
From the Landing Zone CloudFormation template for more details:
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
default: Landing Zone Core Account Configuration
Parameters:
- SharedServicesAccountEmail
- LoggingAccountEmail
- SecurityAccountEmail
- NestedOUDelimiter
- CoreOUName
- NonCoreOUNames
- SecurityAlertEmail
- LockStackSetsExecutionRole
- SubscribeAllChangeEventsEmailToTopic
- AllChangeEventsEmail
When the Security, Log Archive or Shared Services core accounts are created, AWS Organizations initially assigns a password to the root user for each core account that is a minimum of 64 characters long. All characters are randomly generated with no guarantees on the appearance of certain character sets.
You can't retrieve this initial password.
To access the account as the root user for the first time, you must go through the process for password recovery.
See here for more information.