Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 4.85 KB

CFCT-DEPLOYMENT-INSTRUCTIONS.md

File metadata and controls

77 lines (56 loc) · 4.85 KB

Customizations for AWS Control Tower Deployment Instructions

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: CC-BY-SA-4.0


Table of Contents

Prerequisites

Create the AWSControlTowerExecution IAM Role

  • The AWSControlTowerExecution Role provides the support needed to deploy solutions to the management account across regions as CloudFormation StackSets and it is required for the SRA CFCT solution deployments.
  • This role is created as part of the common_prerequisites solution deployment.

Deploy Customizations for AWS Control Tower (CFCT) Solution

Note: Version 2 or higher of CfCT is expected.

AWS CodeCommit Repo

  1. On the local machine install git and git-remote-codecommit.
  2. Clone the AWS CodeCommit repository via git clone codecommit::<HOME REGION>://custom-control-tower-configuration custom-control-tower-configuration

Deployment Instructions

  1. Determine which version of the Customizations for AWS Control Tower solution you have deployed:
    1. Within the management account (home region) find the CloudFormation Stack for the Customizations for Control Tower (e.g. custom-control-tower-initiation)
    2. Select the Outputs tab
    3. The CustomControlTowerSolutionVersion Value is the version running in the environment
      1. Version 1 = v1.x.x = manifest.yaml version 2020-01-01
      2. Version 2 = v2.x.x = manifest.yaml version 2021-03-15
  2. If version 2 is installed, continue to the deployment instructions below. If not, you will need to update your version of CfCT.

Deployment Instructions

Note: these instructions assume version 2 or higher of the CfCT solution has been installed.

  1. Copy the files to the Customizations for AWS Control Tower configuration custom-control-tower-configuration
    • policies [optional]
      • service control policies files (*.json)
    • templates [required]
      • Copy the template files from the templates folder that are referenced in the manifest.yaml
  2. Update the manifest.yaml file with the parameters, organizational unit names, account names and SSM parameters for the target environment
    • Be sure to update deployment_targets accounts with your management account information
  3. Deploy the Customizations for AWS Control Tower configuration by pushing the code to the AWS CodeCommit repository or uploading to the AWS S3 Bucket

Delete Instructions

  1. Within the Customizations for AWS Control Tower configuration
    1. (Optional) Change the Disable <Solution Name> parameter to true and trigger the CFCT pipeline. This will disable the solution within each of the member accounts/regions.
    2. Remove the solution configuration from the manifest.yaml file
    3. (Optional) Delete the parameter (Version 1 only) and template files for the solution
  2. Deploy the Customizations for AWS Control Tower configuration
  3. After the pipeline completes, log into the management account and navigate to the CloudFormation StackSet page
    1. Delete the Stack Instances from the CustomControlTower-<solution_name>* CloudFormation StackSets
    2. After the Stack Instances are deleted, delete the CustomControlTower-<solution_name>* CloudFormation StackSets

References