-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add table aws_organizations_organizational_unit #1674
Comments
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Hey @ajoga , we're currently exploring how we can not only add this table, but future AWS Organizations tables as well. The tricky parts are around hierarchy and making sure we make it easy to look at parents/children from a particular spot in the hierarchy. @ParthaI Can provide more updates as he gets closer to a working OU table. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 90 days with no activity. |
Hello @ajoga, Apologies for the extended delay in responding to this issue. During this time, I've been actively exploring the AWS Organizations service APIs to enhance the table design in alignment with the feedback provided in both this PR and the associated issue. We have yet to finalize the table design. Nevertheless, I have structured the tables based on the insights and discussions from the comments within the associated issues and PRs. While the exact utility for users and how they can effectively utilize these tables remains to be seen, our aim is to align them with the community's needs and requirements. I have pushed the code changes in the branch Steps for testing out the code changes:
Thank you! Insights on the table design:Available tables for the service AWS Organizations
Understanding the Functionality of the
|
Hello @ParthaI, thank you for the follow-up even after so long. I unfortunately dropped using Steampipe since I opened this ticket, and I can't invest time in trying this out anymore. Kudos for detailing so much the way to use the tables as the APIs can be... surprising. I have one remark:
In terms of use case, not recursively listing accounts seems odd, nested OUs are very common[1] and I myself need to list accounts all the way down a hierarchy of OUs. Maybe an example could be given in the doc on how to list recursively accounts in a given OU, if possible? [1] https://aws.amazon.com/blogs/mt/best-practices-for-organizational-units-with-aws-organizations/ |
…_root. closes #1674 (#1677) Co-authored-by: sourav chakraborty <[email protected]> Co-authored-by: Madhushree Ray <[email protected]>
In AWS Organizations, the accounts can be arranged in Organizationnal units: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html
This ticket suggests the creation of a table to enumerate these OUs.
API call to list OUs: https://docs.aws.amazon.com/organizations/latest/APIReference/API_ListOrganizationalUnitsForParent.html
The text was updated successfully, but these errors were encountered: