View Source AWS.Fis (aws-elixir v1.0.4)
Amazon Web Services Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads.
For more information, see the Fault Injection Service User Guide.
Link to this section Summary
Functions
Creates an experiment template.
Creates a target account configuration for the experiment template.
Deletes the specified experiment template.
Deletes the specified target account configuration of the experiment template.
Gets information about the specified FIS action.
Gets information about the specified experiment.
Gets information about the specified target account configuration of the experiment.
Gets information about the specified experiment template.
Gets information about the specified safety lever.
Gets information about the specified target account configuration of the experiment template.
Gets information about the specified resource type.
Lists the available FIS actions.
Lists the resolved targets information of the specified experiment.
Lists the target account configurations of the specified experiment.
Lists your experiment templates.
Lists your experiments.
Lists the tags for the specified resource.
Lists the target account configurations of the specified experiment template.
Lists the target resource types.
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.
Updates the specified safety lever state.
Updates the target account configuration for the specified experiment template.
Link to this section Functions
Creates an experiment template.
An experiment template includes the following components:
*
Targets: A target can be a specific resource in your Amazon Web Services 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 experiment templates in the Fault Injection Service User Guide.
create_target_account_configuration(client, account_id, experiment_template_id, input, options \\ [])
View SourceCreates a target account configuration for the experiment template.
A target account configuration
is required when accountTargeting
of experimentOptions
is set to
multi-account
.
For more information, see experiment options
in the Fault Injection Service User Guide.
Deletes the specified experiment template.
delete_target_account_configuration(client, account_id, experiment_template_id, input, options \\ [])
View SourceDeletes the specified target account configuration of the experiment template.
Gets information about the specified FIS action.
Gets information about the specified experiment.
get_experiment_target_account_configuration(client, account_id, experiment_id, options \\ [])
View SourceGets information about the specified target account configuration of the experiment.
Gets information about the specified experiment template.
Gets information about the specified safety lever.
get_target_account_configuration(client, account_id, experiment_template_id, options \\ [])
View SourceGets information about the specified target account configuration of the experiment template.
Gets information about the specified resource type.
list_actions(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the available FIS actions.
list_experiment_resolved_targets(client, experiment_id, max_results \\ nil, next_token \\ nil, target_name \\ nil, options \\ [])
View SourceLists the resolved targets information of the specified experiment.
list_experiment_target_account_configurations(client, experiment_id, next_token \\ nil, options \\ [])
View SourceLists the target account configurations of the specified experiment.
list_experiment_templates(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists your experiment templates.
list_experiments(client, experiment_template_id \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists your experiments.
Lists the tags for the specified resource.
list_target_account_configurations(client, experiment_template_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the target account configurations of the specified experiment template.
list_target_resource_types(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the target resource types.
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.
Updates the specified safety lever state.
update_target_account_configuration(client, account_id, experiment_template_id, input, options \\ [])
View SourceUpdates the target account configuration for the specified experiment template.