Test how your application handles an AWS SQS outage. Run Gremlin network experiments and reliability tests to validate producer and consumer resilience.
Queues are adopted to decouple services, and Amazon SQS does that well until the queue itself is unreachable. At that point the producer, which was supposed to be insulated, has nowhere to put work and has to decide what to do with it.
Most producers were never given an answer. Some block. Some drop messages silently. Some retry so aggressively they slow the recovery. On the consumer side, a backlog that builds during an outage can take far longer to drain than the outage lasted, turning a short disruption into a long one.
Gremlin lets you find out which behavior you have. Install the Gremlin Agent on the services producing and consuming, then run a blackhole experiment against the SQS endpoint while traffic flows. A latency experiment slows delivery so you can watch your consumers fall behind and measure how quickly they catch up.
How much backlog your consumers can absorb before catching up stops being realistic is a number worth knowing before an incident forces you to estimate it.
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.
* Testing a dependency doesn't require installing anything on it. Gremlin runs the experiment from the service that calls it, so compatibility depends on that host rather than on the dependency itself. Check our compatibility documentation for supported operating systems and platforms, or get in touch if you don't see yours.
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.
