Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.91 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.91 KB

AWS Control Tower Customizations

Lacework

Overview

This repository contains Control Tower Customizations. These are CloudFormation-based Service Catalog products that can executed during AWS Control Tower account provisioning using Account Factory.

List of Customizations

Lacework Config Type Provisioning

This CloudFormation template provisions the Lacework Config Type account.

CloudFormation Parameters

The following CloudFormation parameters may be set via SSM parameters instead of specifying as input in the template.

  • Your Lacework URL: ssm:LaceworkURL
  • Lacework Admin Access Key ID: ssm:LaceworkAccessKeyID
  • Lacework Admin Secret Key: ssm:LaceworkSecretKey

Deploy the CloudFormation Template

  1. Click on the following Launch Stack button to go to your CloudFormation console and launch the template.

    Launch

    For most deployments, you only need the Basic Configuration parameters. basic_configuration Specify the following Basic Configuration parameters:

    • Enter a Stack name for the stack.
    • Enter Your Lacework URL.
    • Enter your Lacework Admin Access Key ID and Lacework Admin Secret Key that you copied from your API Keys file. See here.
  2. Click Next through to your stack Review.

  3. Accept the AWS CloudFormation terms and click Create stack.