Deploy Conformance Pack

Overview

We will use the Audit account to deploy resources in the solution using AWS CloudFormation, including:

  • A CloudFormation StackSet: deploys a set of resources in bulk to multiple accounts
  • A CloudFormation Stack: deploys supporting resources to help distribute the resources defined in the CloudFormation StackSet to the designated member accounts.

Architecture Overview

Deployment

  1. Download the CloudFormation template here

  2. Sign in to the AWS CloudFormation management console using the Audit account

  3. In the main console, open CloudShell, select Actions then Upload file

    Create a stack

  4. Verify the CloudFormation template has been successfully uploaded

    Upload a template

  5. Then enter the following command to deploy the Conformance Pack:

    aws cloudformation deploy --template-file AWS_Config_Cost_Optimization_Template.yaml --stack-name CostOptimizationConfPack --parameter-overrides DeployingInDelegatedAdminAccount=True --capabilities CAPABILITY_IAM
    

    fill stack name

  6. After approximately 5–10 minutes, the deployment completes successfully fill role name