Lab: Deploying AWS Organizations via Terraform
How to deploy AWS Organizations via Terraform
Already Know Terraform?
If you're already familiar with Terraform, feel free to hop over to the AWS Security Cookbook GitHub repository to grab and deploy the code. Otherwise, stick around and we'll walk through it together!
Overview
The Terraform code for this module has been left in a simplified state (i.e., not using modules, loops, or other advanced Terraform features) to be more easily accessible. You can customize it further to meet your specific requirements.
Deployment
Cost Alert
AWS Organizations is offered at no additional charge. You are charged only for AWS resources that users and roles in your member accounts use.
https://docs.aws.amazon.com/organizations/latest/userguide/pricing.html
Once complete, head to the AWS Organizations console and check it out!
Cleanup
Last updated
Was this helpful?