-
Notifications
You must be signed in to change notification settings - Fork 2
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
MLPAB-1570 - create a fault injection simulator template the ecs app #936
MLPAB-1570 - create a fault injection simulator template the ecs app #936
Conversation
PR Environment Terraform Plan Summary |
7cde3a4
to
01bab40
Compare
terraform/environment/region/modules/app/fault_injection_simulator.tf
Outdated
Show resolved
Hide resolved
terraform/environment/region/modules/app/fault_injection_simulator.tf
Outdated
Show resolved
Hide resolved
terraform/environment/region/modules/app/fault_injection_simulator.tf
Outdated
Show resolved
Hide resolved
terraform/environment/region/modules/app/fault_injection_simulator.tf
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #936 +/- ##
=======================================
Coverage 92.10% 92.10%
=======================================
Files 182 182
Lines 8081 8081
=======================================
Hits 7443 7443
Misses 514 514
Partials 124 124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a7aabfd
to
d31c224
Compare
target cluster and app service
Purpose
Assess how the service will respond to faults using AWS Fault Injection Simulator
Fixes MLPAB-1570
Approach
Note: This experiment doesn't have an automatic stop condition, but won't be run without team observation.
Learning