Prashanth
Prashanth

Reputation: 141

AWS Control Tower Automation

Is there any document or is there any way to create AWS control towel using APIs or boto3? I'm unable to find any documentation in AWS for automating this process.

or do we have any API to register an OU to control tower?

Upvotes: 1

Views: 935

Answers (2)

tscomitre
tscomitre

Reputation: 33

AWS Control Tower customers can now programmatically manage controls, also known as guardrails, across their organization at scale.

Have a look at the API Reference Documentation at Programmatically manage controls with APIs

It's not much though.

Upvotes: 0

akskap
akskap

Reputation: 823

AWS Control tower currently does not expose any APIs and is only usable via web console. Multi level OU is also not supported at this point (for e.g. Root > Project >> ThisOUIsNotSupported), so you can register only top level OUs (e.g. Root >> ThisOUCanBeRegistered) using the 'Register OU' button.

Upvotes: 2

Related Questions