AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53RecoveryReadiness::Cell

CfnCell

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.

Import

import { CfnCell } from 'aws-cdk-lib/aws-route53recoveryreadiness';

Or use the module namespace:

import * as route53recoveryreadiness from 'aws-cdk-lib/aws-route53recoveryreadiness';
// route53recoveryreadiness.CfnCell

Properties

Configuration passed to the constructor as CfnCellProps.

cellNameOptional
string

The name of the cell to create.

cellsOptional
string[]

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 .

tagsOptional
CfnTag[]

A collection of tags associated with a resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-route53recoveryreadiness
CFN TypeAWS::Route53RecoveryReadiness::Cell
Properties3

External Links