AWS Route 53 Recovery Readiness Recoveryreadiness Recovery Group

This page shows how to write Terraform and CloudFormation for Route 53 Recovery Readiness Recoveryreadiness Recovery Group and write them securely.

aws_route53recoveryreadiness_recovery_group (Terraform)

The Recoveryreadiness Recovery Group in Route 53 Recovery Readiness can be configured in Terraform with the resource name aws_route53recoveryreadiness_recovery_group. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are required:

  • recovery_group_name - (Required) A unique name describing the recovery group.

The following argument are optional:

  • cells - (Optional) List of cell arns to add as nested fault domains within this recovery group
  • tags - (Optional) Key-value mapping of resource tags. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

In addition to all arguments above, the following attributes are exported:

Explanation in Terraform Registry

Provides an AWS Route 53 Recovery Readiness Recovery Group.

AWS::Route53RecoveryReadiness::RecoveryGroup (CloudFormation)

The RecoveryGroup in Route53RecoveryReadiness can be configured in CloudFormation with the resource name AWS::Route53RecoveryReadiness::RecoveryGroup. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Cells A list of the cell Amazon Resource Names (ARNs) in the recovery group.
Required: No
Type: List of String
Update requires: No interruption

RecoveryGroupName The name of the recovery group to create.
Required: Yes
Type: String
Update requires: Replacement

Tags A collection of tags associated with a resource.
Required: No
Type: List of Tag
Update requires: No interruption

Explanation in CloudFormation Registry

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.

Frequently asked questions

What is AWS Route 53 Recovery Readiness Recoveryreadiness Recovery Group?

AWS Route 53 Recovery Readiness Recoveryreadiness Recovery Group is a resource for Route 53 Recovery Readiness of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.