-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(aws): Add new check to ensure RDS db clusters copy tags to snapshots #4846
feat(aws): Add new check to ensure RDS db clusters copy tags to snapshots #4846
Conversation
…-to-snapshots into branch PRWLR-4491-ensure-rds-db-clusters-copy-tags-to-snapshots
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4846 +/- ##
==========================================
- Coverage 89.16% 89.16% -0.01%
==========================================
Files 933 934 +1
Lines 28567 28585 +18
==========================================
+ Hits 25473 25488 +15
- Misses 3094 3097 +3 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
Context
This new check ensures that Amazon RDS DB clusters are configured to automatically copy all tags to their snapshots upon creation. Tagging snapshots consistently with their parent DB clusters improves asset identification and inventory management, facilitating effective governance and security oversight.
Description
Added
rds_cluster_copy_tags_to_snapshots
check with its unit test.Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.