AWS.Fis (aws-elixir v0.9.0) View Source
AWS Fault Injection Simulator is a managed service that enables you to perform fault injection experiments on your AWS workloads.
For more information, see the AWS Fault Injection Simulator User Guide.
Link to this section Summary
Functions
Creates an experiment template.
Deletes the specified experiment template.
Gets information about the specified AWS FIS action.
Gets information about the specified experiment.
Gets information about the specified experiment template.
Lists the available AWS FIS actions.
Lists your experiment templates.
Lists your experiments.
Lists the tags for the specified resource.
Starts running an experiment from the specified experiment template.
Stops the specified experiment.
Applies the specified tags to the specified resource.
Removes the specified tags from the specified resource.
Updates the specified experiment template.
Link to this section Functions
Creates an experiment template.
To create a template, specify the following information:
Targets: A target can be a specific resource in your AWS environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags.
Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment.
Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm.
For more information, see the AWS Fault Injection Simulator User Guide.
Deletes the specified experiment template.
Gets information about the specified AWS FIS action.
Gets information about the specified experiment.
Gets information about the specified experiment template.
list_actions(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the available AWS FIS actions.
list_experiment_templates(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists your experiment templates.
list_experiments(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists your experiments.
Lists the tags for the specified resource.
Starts running an experiment from the specified experiment template.
Stops the specified experiment.
Applies the specified tags to the specified resource.
Removes the specified tags from the specified resource.
Updates the specified experiment template.