-
Notifications
You must be signed in to change notification settings - Fork 290
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 inventory resource data sync to member bootstrap #8517
Add inventory resource data sync to member bootstrap #8517
Conversation
|
|
f78e6d2
to
5916191
Compare
… all the gathered inventory data into a central bucket in the organisation-security account.
4c472ac
to
03008dd
Compare
|
A reference to the issue / Description of it
#8360
How does this PR fix the problem?
This PR creates a resource data sync in the bootstrap which will send all the gathered inventory data into a central bucket in the
organisation-security
account.To note:
An SSM global inventory association has already been applied to every account because AWS Inspector has been configured at the organisation level. This means that by default any accounts with instances using the SSM agent are already reporting their inventory information every 30 minutes. This is why I haven't configured a separate resource to enable this as the information is already being collected. This PR will now ensure that the data being collected is synced into a central s3 bucket which we can query with Athena.
How has this been tested?
Tested successfully in Sprinkler (see status checks).
Deployment Plan / Instructions
Will this deployment impact the platform and / or services on it?
{Please write here}
Checklist (check
x
in[ ]
of list items)Additional comments (if any)
{Please write here}