-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
🚀 Feature Request: Config Aggregator Support #4067
Comments
I think it would be better to have the |
The Config API seems to default |
I don't suppose there's a way to do this that allows accounts to be added to the aggregator over time, as separate resources? I'm imagining a resource to create the aggregator in one config, then in a separate config a resource that adds the account to that aggregator. I think this would improve composition. Otherwise every time we create an account, we also need to re-run the terraform config that manages the aggregator config in its entirety (with some mechanism that collects the accounts and updates the account list). It doesn't really look like the API would be terribly supportive of this approach though. :( But... perhaps an aggregator per account would work... |
Until this gets merged, what are the best practices for getting a centralized overview of these logs? |
@hoeg I've been looking for the same - my current approach is to use a Terraform-managed Cloudformation template to create all of the aggregator resources (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html). It's a little hacky for sure, but I think it's going to work. |
The following new resources have been merged in (thanks @gazoakley!) and will release with v1.22.0 of the AWS provider, middle of this week:
|
This has been released in version 1.22.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
AWS Config now supports aggregating resources across accounts/regions: https://aws.amazon.com/blogs/aws/aws-config-update-aggregate-compliance-data-across-accounts-regions/
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: