AWS Route 53 Recovery Control Recoverycontrolconfig Cluster

This page shows how to write Terraform and CloudFormation for Route 53 Recovery Control Recoverycontrolconfig Cluster and write them securely.

aws_route53recoverycontrolconfig_cluster (Terraform)

The Recoverycontrolconfig Cluster in Route 53 Recovery Control can be configured in Terraform with the resource name aws_route53recoverycontrolconfig_cluster. 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:

  • name - (Required) Unique name describing the cluster.

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

  • arn - ARN of the cluster
  • cluster_endpoints - List of 5 endpoints in 5 regions that can be used to talk to the cluster. See below.
  • status - Status of cluster. PENDING when it is being created, PENDING_DELETION when it is being deleted and DEPLOYED otherwise.

Explanation in Terraform Registry

Provides an AWS Route 53 Recovery Control Config Cluster.

AWS::Route53RecoveryControl::Cluster (CloudFormation)

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

Name Name of the cluster. You can use any non-white space character in the name.
Required: No
Type: String
Update requires: Replacement

Tags Not currently supported by AWS CloudFormation.
Required: No
Type: List of Tag
Update requires: Replacement

Explanation in CloudFormation Registry

Returns an array of all the clusters in an account.

Frequently asked questions

What is AWS Route 53 Recovery Control Recoverycontrolconfig Cluster?

AWS Route 53 Recovery Control Recoverycontrolconfig Cluster is a resource for Route 53 Recovery Control of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.