AWS::Route53RecoveryReadiness::Cell
Creates a cell in recovery group in Amazon Route 53 Application Recovery Controller. A cell in Route 53 ARC represents replicas or independent units of failover in your application. It groups within it all the AWS resources that are necessary for your application to run independently. Typically, you would have define one set of resources in a primary cell and another set in a standby cell in your recovery group.
After you set up the cells for your application, you can create readiness checks in Route 53 ARC to continually audit readiness for AWS resource quotas, capacity, network routing policies, and other predefined rules.
You can set up notifications about changes that would affect your ability to fail over to a replica and recover. However, you should make decisions about whether to fail away from or to a replica based on your monitoring and health check systems. You should consider readiness checks as a complementary service to those systems.
Route 53 ARC Readiness supports us-east-1 and us-west-2 AWS Regions only.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Route53RecoveryReadiness::Cell", "Properties" : { "CellName" :
String
, "Cells" :[ String, ... ]
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Route53RecoveryReadiness::Cell Properties: CellName:
String
Cells:- String
Tags:- Tag
Properties
CellName
-
The name of the cell to create.
Required: No
Type: String
Pattern:
[a-zA-Z0-9_]+
Maximum:
64
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: Array of String
Maximum:
5
Update requires: No interruption
-
A collection of tags associated with a resource.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the CellName
.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
CellArn
-
The ARN of the cell.
ParentReadinessScopes
-
The readiness scope for the cell, which can be the Amazon Resource Name (ARN) of a cell or the ARN of a recovery group. Although this is a list, it can currently have only one element.