You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/fis/index.md
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -237,27 +237,6 @@ LocalStack FIS currently supports the following actions:
237
237
If you would like support for more FIS actions, please make a feature request on [GitHub](https://github.com/localstack/localstack/issues/new/choose).
238
238
{{< /callout >}}
239
239
240
-
The following actions are deprecated and marked for removal:
241
-
242
-
-**`localstack:generic:api-error`**: Raise a custom HTTP error.
243
-
This action accepts the following parameters.
244
-
Please migrate to the [Chaos API]({{< ref "chaos-api" >}}) which supports this capability and more.
245
-
-`region`: The region name where faults will be introduced, e.g. `us-west-1`.
246
-
Default: region of the experiment
247
-
-`service`: The service name to limit faults to, e.g. `kms`.
248
-
Default: all services
249
-
-`operation`: The operation name for the specified service to limit faults to, e.g. `ListKeys`
250
-
-`percentage`: The percentage of API calls to fail among matching calls.
251
-
Default: 100
252
-
-`exception`: The name of the exception to raise for affected API calls.
253
-
Default: `InternalError`
254
-
-`errorCode`: The HTTP error code to return for impacted API calls.
255
-
Default: 500
256
-
-**`localstack:kms:inject-api-internal-error`**: Special case of the previous action which injects an InternalError for KMS operations.
257
-
-**`localstack:log-debug`**: Prints a debug message in the LocalStack logs when experiment is started and stopped.
258
-
-**`localstack:generic:latency`**: Introduces a latency in the network call.
259
-
Please migrate to the [Chaos API]({{< ref "chaos-api" >}}).
260
-
261
240
## Current Limitations
262
241
263
242
- LocalStack does not implement the [selection mode](https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-selection-mode) mechanism available on AWS.
0 commit comments