Cloudformation-coverage-roadmap: AWS::Organizations::OU - New Resources

Created on 31 Jul 2019  路  5Comments  路  Source: aws-cloudformation/cloudformation-coverage-roadmap

  1. Title -> AWS::Organizations::OU
  2. Scope of request -> Create and manage a new OU inside an AWS Organization
  3. Expected behavior -> A new OU is created and has the root parent OU or root
  4. Test case recommendation (optional) ->
  5. Links to existing API doc (optional) -> https://docs.aws.amazon.com/organizations/latest/APIReference/API_CreateOrganizationalUnit.html
  6. Category tag (optional) -> Organizations
management & governance

Most helpful comment

+1 we'd appreciate AWS Organization support in CloudFormation and CDK

All 5 comments

AWS::Organizations::OU should have a "parent" attribute that could be !Ref myOtherOU and not necessarily the root OU.

Then we can deploy this with StackSets... and include another StackSet in it... and hey presto....

...SkyNet.

yea agreed @rhboyd it should allow for either. I may have not worded that correctly.

From the documentation the ParentId can be either:
Root: a string that begins with "r-" followed by from 4 to 32 lower-case letters or digits.
Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.

+1 we'd appreciate AWS Organization support in CloudFormation and CDK

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mildebrandt picture mildebrandt  路  3Comments

tortila picture tortila  路  3Comments

luiseduardocolon picture luiseduardocolon  路  4Comments

JohnPreston picture JohnPreston  路  3Comments

rjpereira picture rjpereira  路  4Comments