Examples

Example configurations and pipeline setups.

Pipeline Example

The examples/pipeline directory in the repository contains a sample layout for a private CI/CD deployment repo. This shows how to structure your organization-specific configuration files alongside the module.

Sample tfvars

See the Example tfvars page for a full annotated example configuration file covering all major options.

Policy Library

Ready-to-use policy files are available in the policies/ directory:

  • DenyRootSCP.json — Deny root user access
  • SecurityControlsSCP.json.tftpl — Base security guardrails
  • DisableRegionsPolicy.json.tftpl — Region restrictions
  • RCP_S3DataPerimeter.json.tftpl — S3 data perimeter
  • EC2IMDSv2Enforce_DCP.json — IMDSv2 enforcement
  • And more…

Importing an Existing Organization

See Importing an Existing Organization for a step-by-step guide on adopting Org Kickstart in an existing AWS Organization.


Last modified March 15, 2026: Initial Commit (4e06257)