Register delegated administrator account for AWS CloudFormation

Steps to follow

  1. Sign in to the AWS Management Console using the Audit account. You can verify the organization’s account structure in the Set up Landing Zone step.

  2. Run the following command:

    aws organizations register-delegated-administrator --service-principal=member.org.stacksets.cloudformation.amazonaws.com --account-id=$ACCOUNT_ID
    
  3. To verify that the Audit account has been successfully registered as a delegated administrator for AWS CloudFormation, run the following command:

    aws organizations list-delegated-administrators --service-principal=member.org.stacksets.cloudformation.amazonaws.com