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

Commit b5e94b9

Browse files
committed
Rename chaos experiments instances
1 parent 3b59fc4 commit b5e94b9

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ 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+
22+
Chaos Engineering in LocalStack encompasses the following features:
2223

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

content/en/user-guide/chaos-engineering/chaos-experiments/index.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
---
2-
title: "Chaos Engineering Dashboard"
3-
linkTitle: "Chaos Engineering Dashboard"
4-
description: Chaos Engineering Dashboard allows users to run chaos experiments within their application stack to test the system's resilience.
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.
55
tags: ["Enterprise plan"]
66
aliases:
77
- /user-guide/chaos-engineering/web-application-dashboard/
8+
- /user-guide/chaos-engineering/chaos-application-dashboard/
89
---
910

1011
## Introduction
1112

12-
The Chaos Engineering Dashboard in LocalStack offers 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.
13-
14-
The dashboard uses [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.
15-
16-
{{< figure src="chaos-engineering-dashboard.png" width="900" >}}
17-
18-
You can find this feature in the LocalStack Web Application by navigating to [**app.localstack.cloud/chaos-engineering**](https://app.localstack.cloud/chaos-engineering).
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.
1914

2015
{{< callout "note" >}}
21-
Chaos Engineering Dashboard is offered as a **preview** feature and under active development.
16+
Chaos Experiments is offered as a **preview** feature and under active development.
2217
{{< /callout >}}
2318

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+
2423
## Features
2524

26-
The dashboard offers the following features:
25+
Chaos Experiments offer the following features:
2726

2827
* **DynamoDB Error**: Randomly inject `ProvisionedThroughputExceededException` errors into DynamoDB API responses.
2928
* **Kinesis Error**: Randomly inject `ProvisionedThroughputExceededException` errors into Kinesis API responses.

0 commit comments

Comments
 (0)