AWS Route 53 Recovery Readiness Recoveryreadiness Cell

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

aws_route53recoveryreadiness_cell (Terraform)

The Recoveryreadiness Cell in Route 53 Recovery Readiness can be configured in Terraform with the resource name aws_route53recoveryreadiness_cell. 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:

  • cell_name - (Required) Unique name describing the cell.

The following arguments are optional:

  • cells - (Optional) List of cell arns to add as nested fault domains within this cell.
  • 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:

  • arn - ARN of the cell
  • parent_readiness_scopes - List of readiness scopes (recovery groups or cells) that contain this cell.
  • tags_all - Map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Explanation in Terraform Registry

Provides an AWS Route 53 Recovery Readiness Cell.

AWS::Route53RecoveryReadiness::Cell (CloudFormation)

The Cell in Route53RecoveryReadiness can be configured in CloudFormation with the resource name AWS::Route53RecoveryReadiness::Cell. 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

CellName The name of the cell to create.
Required: Yes
Type: String
Update requires: Replacement

Cells A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific AWS Regions.
Required: No
Type: List of String
Update requires: No interruption

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 cell in an account.

Frequently asked questions

What is AWS Route 53 Recovery Readiness Recoveryreadiness Cell?

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