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

⭐️ add new preferredMaintenanceWindow and preferredBackupWindow for AWS RDS cluster and instance #4544

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

chris-rock
Copy link
Member

With this update you can easily verify that all your AWS RDS clusters and instances have backup and maintenance windows defined

Check that all RDS cluster have a backup window defined

aws.rds.clusters.all( preferredBackupWindow != empty )

Check that all RDS instances have a backup window defined

aws.rds.instances.all( preferredBackupWindow != empty )

Copy link
Contributor

Test Results

3 097 tests  ±0   3 096 ✅ ±0   1m 19s ⏱️ -2s
  370 suites ±0       1 💤 ±0 
   28 files   ±0       0 ❌ ±0 

Results for commit 0f57831. ± Comparison against base commit b41f613.

@chris-rock chris-rock merged commit cc8a57f into main Aug 12, 2024
8 checks passed
@chris-rock chris-rock deleted the chris-rock/aws-rds-preferred-backup branch August 12, 2024 21:11
@github-actions github-actions bot locked and limited conversation to collaborators Aug 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants