Skip to content
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

feat: Allow aws_organizations_accounts to be used as a cache to retrieve account IDs to sync from #17567

Open
1 task
cderamus opened this issue Apr 9, 2024 · 0 comments

Comments

@cderamus
Copy link

cderamus commented Apr 9, 2024

Which problem is this feature request solving?

Provide a cache that will speed up table sync operations for larger customers with hundreds/thousands of accounts and mitigate the chance of API rate limiting against the organizations namespace.

Describe the solution you'd like

A new option in the org block of the AWS plugin that when enabled will retrieve the account IDs form the aws_organizations_accounts table. Only account IDs with a status of ACTIVE should be included in the retrieval. This option would be ignored if the sync job includes the aws_organizations_accounts job in the list of tables to update.

Pull request (optional)

  • I can submit a pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

No branches or pull requests

2 participants