Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 0c4a61c

Browse files
committed
Rename chaos experiments
1 parent fac9259 commit 0c4a61c

File tree

6 files changed

+35
-36
lines changed

6 files changed

+35
-36
lines changed

content/en/getting-started/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,5 @@ For more details, please take a look at our [Enterprise offering](https://locals
352352
### How does the LocalStack Web Application communicate with the LocalStack container?
353353

354354
The LocalStack Web Application connects to your LocalStack container running on your local machine and retrieves the information directly via the `localhost` without using the internet.
355-
Features such as Resource Browsers, IAM Policy Stream, Chaos Engineering dashboard, and others communicate directly with the LocalStack container using your browser.
355+
Features such as Resource Browsers, IAM Policy Stream, Chaos Experiments, and others communicate directly with the LocalStack container using your browser.
356356
None of the information is sent to the internet, or stored on any external servers maintained by LocalStack.

content/en/user-guide/chaos-engineering/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ cascade:
1010

1111
## Introduction
1212

13-
Chaos engineering via LocalStack is a method to enhance system resilience by deliberately introducing controlled disruptions.
13+
Chaos Engineering via LocalStack is a method to enhance system resilience by deliberately introducing controlled disruptions.
1414
This technique takes different forms depending on the team:
1515

1616
- Software developers focus on application behavior and error response
1717
- Architects concentrate on the strength of system design
1818
- Operations teams investigate the dependability of infrastructure setup.
1919

2020
Integrating chaos tests early in the development process helps identify and mitigate potential flaws, leading to systems that are more robust under stress and can withstand turbulent conditions.
21-
Chaos engineering in LocalStack encompasses the following features:
21+
Chaos Engineering in LocalStack encompasses the following features:
2222

2323
- **Application behavior and error management** through Fault Injection Service (FIS) experiments.
2424
- **Robust architecture** tested via failover scenarios using the Chaos API.
Binary file not shown.

content/en/user-guide/chaos-engineering/chaos-application-dashboard/index.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
1.08 MB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Chaos Experiments"
3+
linkTitle: "Chaos Experiments"
4+
description: Chaos Experiments allows users to conduct chaos engineering experiments and test system reliability by injecting stress or failure in some part of a system.
5+
tags: ["Enterprise plan"]
6+
aliases:
7+
- /user-guide/chaos-engineering/web-application-dashboard/
8+
- /user-guide/chaos-engineering/chaos-application-dashboard/
9+
---
10+
11+
## Introduction
12+
13+
[Chaos Experiments](https://app.localstack.cloud/chaos) in LocalStack offer streamlined testing for cloud applications, enabling you to simulate server errors, service outages, regional disruptions, and network latency with ease, ensuring your app is ready for real-world challenges.
14+
15+
{{< callout "note" >}}
16+
Chaos Experiments is offered as a **preview** feature and under active development.
17+
{{< /callout >}}
18+
19+
Chaos Experiments use the [LocalStack Chaos API]({{< ref "chaos-api" >}}) under the hood to offer a set of customizable templates that can be seamlessly integrated into any automation workflows.
20+
21+
{{< figure src="chaos-experiments.png" width="900" >}}
22+
23+
## Features
24+
25+
Chaos Experiments offer the following features:
26+
27+
* **DynamoDB Error**: Randomly inject `ProvisionedThroughputExceededException` errors into DynamoDB API responses.
28+
* **Kinesis Error**: Randomly inject `ProvisionedThroughputExceededException` errors into Kinesis API responses.
29+
* **500 Internal Error**: Randomly terminate incoming requests, returning an `Internal Server Error` with a response code of 500.
30+
* **Service Unavailable**: Cause a specified percentage of service API calls to receive a 503 `Service Unavailable` response.
31+
* **AWS Region Unavailable**: Simulate regional outages and failovers by disabling entire AWS regions.
32+
* **Latency**: Introduce specified latency to every API call, useful for simulating network latency or degraded network performance.

0 commit comments

Comments
 (0)