Test AWS SageMaker reliability with Gremlin Failure Flags. Inject latency and errors into inference endpoints to validate fallback handling.
Model endpoints on Amazon SageMaker get held to machine learning standards rather than service standards. Teams track accuracy, drift, and prediction latency carefully, while availability behavior gets far less scrutiny even though the endpoint is a production service like any other.
The gap shows up in the calling application. Because a model is treated as authoritative, there's frequently no fallback path at all. When inference is slow or unavailable, the feature it powers has nowhere to go, and the failure reaches your customer as a broken product experience rather than a degraded one.
Add Failure Flags to your inference handler and you can force the question into the open. Inject latency into a feature store call and see whether your application waits or moves on. Inject an error and find out what the user gets when no prediction arrives.
Whether the answer is a cached prediction, a simpler heuristic, or a clearly communicated limitation, having decided in advance beats discovering there was no plan.
Dependencies: Failure Test
Simulate a failed dependency by dropping all network traffic to the dependency.
Dependencies: Latency Test
Recreate poor network conditions by delaying all network traffic to a dependency by 100ms.
Unreliable Networks - Dependencies
Simulate unreliable network conditions when communicating with dependencies by adding latency to API calls. Test whether your users are affected when dependency response times degrade.
* Failure Flags works wherever you can add the SDK to your application and run the Gremlin sidecar. Not every language and platform combination has been individually tested, and not all are officially supported. Check our compatibility documentation for what's verified, or get in touch if you don't see your runtime.
Intelligent Health Checks - AWS
Automatically monitor your AWS services during testing in one-click with Intelligent Health Checks.
AWS integration
Integrate Gremlin with your AWS account for automatic Health Check creation, service discovery, and more.
Using Failure Flags by proxy
Use Failure Flags, Gremlin's application-level fault injection feature, without changing a single line of code.
Installing Gremlin on Amazon ECS
Learn how to install Gremlin on EC2-backed Amazon Elastic Container Service (ECS) deployments.
Installing Gremlin on AWS - Configuring your VPC
Amazon Web Services (AWS) has unique networking requirements that must be implemented for Gremlin to run successfully…
Avoid downtime. Use Gremlin to turn failure into resilience.
Gremlin empowers you to proactively root out failure before it causes downtime. See how you can harness chaos to build resilient systems by requesting a demo of Gremlin.
