-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 Fault Tolerance Checks #5488
feat(aws): Add Fault Tolerance Checks #5488
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5488 +/- ##
==========================================
+ Coverage 89.62% 89.69% +0.06%
==========================================
Files 1079 1082 +3
Lines 33381 33442 +61
==========================================
+ Hits 29919 29996 +77
+ Misses 3462 3446 -16 ☔ View full report in Codecov by Sentry. |
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.
Thanks for the checks @sansns !
Context
Add Fault Tolerance Checks for VPC, EFS, and Document DB.
Description
Add VPC Endpoint Multi AZ check
Add EFS Multi AZ check
Add DocumentDB Multi AZ check
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.