AWS Route 53 Recovery Readiness Recoveryreadiness Readiness Check

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

aws_route53recoveryreadiness_readiness_check (Terraform)

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

  • readiness_check_name - (Required) Unique name describing the readiness check.
  • resource_set_name - (Required) Name describing the resource set that will be monitored for readiness.

The following arguments are optional:

  • 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 Readiness Check.

AWS::Route53RecoveryReadiness::ReadinessCheck (CloudFormation)

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

ReadinessCheckName The name of the readiness check to create.
Required: Yes
Type: String
Update requires: Replacement

ResourceSetName The name of the resource set to check.
Required: No
Type: 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 readiness check in an account. A readiness check helps ensure that your applications are properly scaled to handle failover traffic and configured to route around failures. Route 53 Application Recovery Controller uses readiness checks to determine the readiness of the resources in a resource set.

Frequently asked questions

What is AWS Route 53 Recovery Readiness Recoveryreadiness Readiness Check?

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