AWS Route 53 Recovery Control Recoverycontrolconfig Control Panel

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

aws_route53recoverycontrolconfig_control_panel (Terraform)

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

  • cluster_arn - (Required) ARN of the cluster in which this control panel will reside.
  • name - (Required) Name describing the control panel.

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

  • arn - ARN of the control panel.
  • default_control_panel - Whether a control panel is default.
  • routing_control_count - Number routing controls in a control panel.
  • status - Status of control panel: PENDING when it is being created/updated, PENDING_DELETION when it is being deleted, and DEPLOYED otherwise.

Explanation in Terraform Registry

Provides an AWS Route 53 Recovery Control Config Control Panel.

AWS::Route53RecoveryControl::ControlPanel (CloudFormation)

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

ClusterArn The Amazon Resource Name (ARN) of the cluster for the control panel.
Required: No
Type: String
Update requires: Replacement

Name The name of the control panel. You can use any non-white space character in the name.
Required: Yes
Type: String
Update requires: No interruption

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

Explanation in CloudFormation Registry

Creates a new control panel. A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over an Availability Zone or AWS Region.

Frequently asked questions

What is AWS Route 53 Recovery Control Recoverycontrolconfig Control Panel?

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