We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running cloud custodian, I get this warning :
[WARNING] 2023-08-23T15:04:07.455Z 0d19afeb-3fbe-43ea-b2a4-6a572cb17eae delete implicitly filtered 0 of 1 resources key:DBClusterIdentifier on None
even though it filters the right resources :
[DEBUG] 2023-08-23T15:04:07.454Z 0d19afeb-3fbe-43ea-b2a4-6a572cb17eae Filtered from 1 to 1 rds [INFO] 2023-08-23T15:04:07.454Z 0d19afeb-3fbe-43ea-b2a4-6a572cb17eae policy:rds-delete-marked resource:rds region:eu-west-1 count:1 time:0.44"
Here are my policies :
policies: - name: rds-mark-for-delete mode: type: periodic schedule: rate(1 day) role: arn:aws:iam::012345678901:role/custodian-tag-compliance-role resource: rds filters: - "tag:maid_status": absent - "tag:cost-center": absent actions: - type: mark-for-op op: delete days: 0 - name: rds-delete-marked mode: type: periodic schedule: rate(1 day) role: arn:aws:iam::012345678901:role/custodian-tag-compliance-role resource: rds filters: - "tag:cost-center": absent - type: marked-for-op op: delete actions: - type: delete skip-snapshot: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running cloud custodian, I get this warning :
even though it filters the right resources :
Here are my policies :
The text was updated successfully, but these errors were encountered: