Category: Business, Terraform, Infrastructure, Hashicorp, github, bitbucket

https://aws.amazon.com/polly/ https://aws.amazon.com/controltower/ makes it easier to set up and manage a secure, multi-account AWS environment. If you use https://aws.amazon.com/cloudformation/ to manage your infrastructure as code, you can customize your AWS Control Tower landing zone using https://aws.amazon.com/solutions/implementations/customizations-for-aws-control-tower/, a solution that helps you deploy custom templates and policies to individual accounts and organizational units (OUs) within your organization.

Today, I am happy to share the availability of https://github.com/aws-ia/terraform-aws-control_tower_account_factory, a new Terraform module maintained by the AWS Control Tower team that allows you to provision and customize AWS accounts through Terraform using a deployment pipeline.

Using AWS Control Tower Account Factory for Terraform First, I create a main.tf file that uses the https://github.com/aws-ia/terraform-aws-control_tower_account_factory module: module "aft"{ source = "git@github.com:aws-ia/terraform-aws-control_tower_account_factory.git"

Using a software delivery pipeline integrating Terraform and AWS Control Tower makes it easier to achieve consistent governance and compliance requirements across all accounts.”

Related Articles