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). |