From 56eddf6a7ea669885b787149979641715e0aafa3 Mon Sep 17 00:00:00 2001
From: sheltongraves <148902861+sheltongraves@users.noreply.github.com>
Date: Wed, 8 Apr 2026 10:35:38 -0400
Subject: [PATCH] Update chaos-api.md
Updating the tag to Enterprise.
---
.../docs/aws/capabilities/chaos-engineering/chaos-api.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/content/docs/aws/capabilities/chaos-engineering/chaos-api.md b/src/content/docs/aws/capabilities/chaos-engineering/chaos-api.md
index 06b470e5..c1df187b 100644
--- a/src/content/docs/aws/capabilities/chaos-engineering/chaos-api.md
+++ b/src/content/docs/aws/capabilities/chaos-engineering/chaos-api.md
@@ -4,7 +4,7 @@ description: Simulate outages and network failures to test the resiliency of you
template: doc
sidebar:
order: 3
-tags: ["Ultimate"]
+tags: ["Enterprise"]
---
## Introduction
@@ -200,4 +200,4 @@ This table highlights those differences, offering a detailed comparison of how e
| **Network Effects** | • Not supported. | • Supports adding network latency to simulate slow network conditions. |
| **API Interaction** | • `create-experiment-template` to create templates
• `start-experiment` to begin experiments
| • `POST` to `/chaos/faults` to configure faults
• `POST` to `/chaos/effects` to introduce network effects.
|
| **Probabilistic Failure Injection** | • Not available. | • Supports probabilistic failure injection, introducing partial failures, which mimic intermittent outages. |
-| **Broader Fault Injection** | • Limited to predefined actions (e.g., stop instances, reboot databases, inject errors for specific services). | • Broader fault injection for any AWS operation (e.g., PutObject for S3, Invoke for Lambda). |
\ No newline at end of file
+| **Broader Fault Injection** | • Limited to predefined actions (e.g., stop instances, reboot databases, inject errors for specific services). | • Broader fault injection for any AWS operation (e.g., PutObject for S3, Invoke for Lambda). |