Exam Room · Advanced Solutions Architect

Flash Card: AWS Fault Injection Service

January 25, 2027 · 2 min read

Advanced Cloud Architecture · part of The Exam Room

Flash card

AWS Fault Injection Service: managed fault injection against AWS resources, run as a controlled experiment.

  1. Runs experiment templates that inject real faults: instance termination, API throttling, CPU and memory pressure, network latency, Availability Zone impairment.
  2. Every template carries stop conditions wired to CloudWatch alarms, so an experiment that breaches your own guardrail halts itself.
  3. Scoped by resource tags and filters, which is how a blast radius is kept to the workload under test.
  4. Actions run through IAM, so what an experiment can touch is bounded by a role rather than by care.
  5. Its output is evidence about recovery behaviour, not a recommendation: it tells you what happened, and you decide what to change.

Pick it when

Pick it when the requirement is to prove a recovery path works, rather than to find inefficiency. It is the service that answers “does the failover actually happen, and how long does it take”.

It's the wrong answer when

It is the wrong answer for finding problems you have not thought of, and for anything in the cost or right-sizing space. It tests hypotheses you supply. A scenario asking what to improve wants Compute Optimizer, Trusted Advisor, or the Well-Architected Tool; this one asks whether what you built survives.

These posts are LLM-aided. Backbone, original writing, and structure by Craig. Research and editing by Craig + LLM. Proof-reading by Craig.