Test AWS EMR reliability with Gremlin. Simulate node failures and resource pressure to validate big-data job resilience on EC2-backed clusters.
EMR failures are expensive in a way that's easy to measure. A node lost partway through a six-hour job costs you the compute you already spent plus the compute to run it again, and it moves every downstream deadline that depended on that output.
Most teams assume their job framework handles node loss for them. Spark and Hadoop both have fault tolerance built in, but how much it protects you depends on checkpointing, replication settings, and how the job was written. Those details vary job to job, and few teams have verified them under actual node loss rather than in theory.
Testing gives you a concrete answer for the jobs that matter most: this one recovers, that one restarts from the beginning, this other one produces output that looks complete but isn't. Knowing which is which changes how you prioritize both engineering effort and cluster spend.
Host failure - Linux
Prepare for Linux host failures by shutting down a percentage of your hosts and observing the results. Validate that your infrastructure handles host loss without impacting service availability.
CPU scalability - Linux
Test that your Linux-hosted service scales as expected when CPU capacity is limited. Gremlin consumes CPU in three stages—50%, 75%, and 90%—to validate scaling thresholds.
Scalability: Memory
Verify that your Linux-hosted service scales as expected when memory is limited. Gremlin increases memory utilization in three stages—50%, 75%, and 90%—to validate memory management.
Host redundancy - Linux
Test resilience to host failures by shutting down a randomly selected Linux host. Verify that your platform automatically restarts or replaces it.
* Gremlin is designed to work on any cloud platform that provides Linux or Windows hosts. We haven't individually tested every service we cover, and not all are officially supported. Check our compatibility documentation for tested operating systems and known caveats, 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.
