Update a cell - Amazon Route 53 Application Recovery Controller

Update a cell

The following is an example of a request to update a cell, and the response.

You update a cell by updating its own Cells field. Note that the Cells field takes full Amazon Resource Names (ARNs), not a cell name. In this example, “testcell-child” already existed.

aws route53-recovery-readiness --region us-west-2 update-cell \ --cell-name test-cell \ --cells arn:aws:route53-recovery-readiness::888888888888:cell/test-cell-child
{ "CellArn": "arn:aws:route53-recovery-readiness::888888888888:cell/test-cell", "CellName": "test-cell", "Cells": [ "arn:aws:route53-recovery-readiness::888888888888:cell/test-cell-child" ], "ParentReadinessScopes": [], "Tags": {} }