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

periodic recording support #11

Open
sho-saito opened this issue Feb 4, 2024 · 1 comment
Open

periodic recording support #11

sho-saito opened this issue Feb 4, 2024 · 1 comment

Comments

@sho-saito
Copy link

Hi,

https://aws.amazon.com/about-aws/whats-new/2023/11/aws-config-periodic-recording/
After the update mentioned in this post, AWS Config supports new recording frequency option of DAILY.
This will help AWS users reduce the recording cost of AWS Config.

So I hope this will be supported in this customization solution.

Thank you.

@drem-darios
Copy link

One suggestion I have to this change is to also take in a new parameter called CONFIG_RECORDER_DAILY_RESOURCE_LIST so users can set some resources to be daily if desired. Then you can use this list to set daily overrides: 'recordingModeOverrides': [ { 'description': 'DAILY_OVERRIDE', 'resourceTypes': CONFIG_RECORDER_DAILY_RESOURCE_LIST, 'recordingFrequency': 'DAILY' } ]

This allows users to have three options: exclude one or more resource, set the recording frequency for one or more resources to daily, and set all resources to continuous or daily recording.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants