Test how your application handles an AWS S3 outage. Run Gremlin network experiments and reliability tests to validate timeouts and fallbacks.
Amazon S3 has a durability record so strong that teams design around it without designing for it. Calls get written without timeouts, without fallbacks, and often without error handling beyond a log line, because the service is assumed to always answer.
Durability and availability are separate guarantees. Your objects can be perfectly safe and still temporarily unreachable, and an application that never considered that possibility handles it badly. Requests hang instead of failing. Threads tie up waiting. A page that needs one image waits on a call that will never timeout, leaving your customers to look at a blank page.
Gremlin finds these behaviors before your customers do. Run a blackhole experiment to validate that your services can tolerate an S3 outage. Run a latency experiment to ensure you can render the rest of your application while waiting for the object in the background. The fix is usually small—a timeout and a placeholder—but it can make a huge difference.
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.
