View Source AWS.Route53RecoveryReadiness (aws-elixir v1.0.4)
Recovery readiness
Link to this section Summary
Functions
Creates a cell in an account.
Creates a cross-account readiness authorization.
Creates a readiness check in an account.
Creates a recovery group in an account.
Creates a resource set.
Delete a cell.
Deletes cross account readiness authorization.
Deletes a readiness check.
Deletes a recovery group.
Deletes a resource set.
Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
Gets readiness for a cell.
Gets details about a readiness check.
Gets individual readiness status for a readiness check.
Gets the readiness status for an individual readiness check.
Gets details about a recovery group, including a list of the cells that are included in it.
Displays a summary of information about a recovery group's readiness status.
Displays the details about a resource set, including a list of the resources in the set.
Lists the cells for an account.
Lists the cross-account readiness authorizations that are in place for an account.
Lists the readiness checks for an account.
Lists the recovery groups in an account.
Lists the resource sets in an account.
Lists all readiness rules, or lists the readiness rules for a specific resource type.
Lists the tags for a resource.
Adds a tag to a resource.
Removes a tag from a resource.
Updates a cell to replace the list of nested cells with a new list of nested cells.
Updates a readiness check.
Updates a recovery group.
Updates a resource set.
Link to this section Functions
Creates a cell in an account.
Creates a cross-account readiness authorization.
This lets you authorize another account to work with Route 53 Application Recovery Controller, for example, to check the readiness status of resources in a separate account.
Creates a readiness check in an account.
A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.
Creates a recovery group in an account.
A recovery group corresponds to an application and includes a list of the cells that make up the application.
Creates a resource set.
A resource set is a set of resources of one type that span multiple cells. You can associate a resource set with a readiness check to monitor the resources for failover readiness.
Delete a cell.
When successful, the response code is 204, with no response body.
delete_cross_account_authorization(client, cross_account_authorization, input, options \\ [])
View SourceDeletes cross account readiness authorization.
delete_readiness_check(client, readiness_check_name, input, options \\ [])
View SourceDeletes a readiness check.
delete_recovery_group(client, recovery_group_name, input, options \\ [])
View SourceDeletes a recovery group.
delete_resource_set(client, resource_set_name, input, options \\ [])
View SourceDeletes a resource set.
get_architecture_recommendations(client, recovery_group_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
get_cell_readiness_summary(client, cell_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets readiness for a cell.
Aggregates the readiness of all the resources that are associated with the cell into a single value.
Gets details about a readiness check.
get_readiness_check_resource_status(client, readiness_check_name, resource_identifier, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets individual readiness status for a readiness check.
To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in the recovery group, use GetRecoveryGroupReadinessSummary.
get_readiness_check_status(client, readiness_check_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceGets the readiness status for an individual readiness check.
To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in a recovery group, use GetRecoveryGroupReadinessSummary.
Gets details about a recovery group, including a list of the cells that are included in it.
get_recovery_group_readiness_summary(client, recovery_group_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceDisplays a summary of information about a recovery group's readiness status.
Includes the readiness checks for resources in the recovery group and the readiness status of each one.
Displays the details about a resource set, including a list of the resources in the set.
list_cells(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the cells for an account.
list_cross_account_authorizations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the cross-account readiness authorizations that are in place for an account.
list_readiness_checks(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the readiness checks for an account.
list_recovery_groups(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the recovery groups in an account.
list_resource_sets(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the resource sets in an account.
list_rules(client, max_results \\ nil, next_token \\ nil, resource_type \\ nil, options \\ [])
View SourceLists all readiness rules, or lists the readiness rules for a specific resource type.
Lists the tags for a resource.
Adds a tag to a resource.
Removes a tag from a resource.
Updates a cell to replace the list of nested cells with a new list of nested cells.
update_readiness_check(client, readiness_check_name, input, options \\ [])
View SourceUpdates a readiness check.
update_recovery_group(client, recovery_group_name, input, options \\ [])
View SourceUpdates a recovery group.
update_resource_set(client, resource_set_name, input, options \\ [])
View SourceUpdates a resource set.