Skip to content

Commit ac15087

Browse files
author
awstools
committed
feat(client-route53-recovery-cluster): This release adds a new API "ListRoutingControls" to list routing control states using the highly reliable Route 53 ARC data plane endpoints.
1 parent 37ef64a commit ac15087

File tree

15 files changed

+1396
-608
lines changed

15 files changed

+1396
-608
lines changed

clients/client-route53-recovery-cluster/README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,43 @@
88
AWS SDK for JavaScript Route53RecoveryCluster Client for Node.js, Browser and React Native.
99

1010
<p>Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller.</p>
11-
<p>With Amazon Route 53 Application Recovery Controller, you can use routing control with extreme reliability to
11+
<p>With Route 53 ARC, you can use routing control with extreme reliability to
1212
recover applications by rerouting traffic across
13-
Availability Zones or AWS Regions. Routing controls are simple on/off switches hosted
14-
on a highly available cluster in Application Recovery Controller. A cluster provides a set of five redundant Regional endpoints against which you
13+
Availability Zones or Amazon Web Services Regions. Routing controls are simple on/off switches hosted
14+
on a highly available cluster in Route 53 ARC. A cluster provides a set of five redundant Regional endpoints against which you
1515
can run API calls to get or update the state of routing controls. To implement failover, you set
16-
one routing control on and another one off, to reroute traffic from one Availability Zone or Amazon Web Services Region
16+
one routing control On and another one Off, to reroute traffic from one Availability Zone or Amazon Web Services Region
1717
to another. </p>
1818
<p>
19-
<i>Be aware that you must specify the Regional endpoints for a cluster when you work with API cluster operations
20-
to get or update routing control states in Application Recovery Controller.</i> In addition, you must specify the US West (Oregon) Region
21-
for Application Recovery Controller API calls. For example, use the parameter <code>region us-west-2</code> with AWS CLI commands.
19+
<i>Be aware that you must specify a Regional endpoint for a cluster when you work with API cluster operations
20+
to get or update routing control states in Route 53 ARC.</i> In addition, you must specify the US West (Oregon) Region
21+
for Route 53 ARC API calls. For example, use the parameter <code>--region us-west-2</code> with AWS CLI commands.
2222
For more information, see
2323
<a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.api.html">
2424
Get and update routing control states using the API</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
2525
<p>This API guide includes information about the API operations for how to get and update routing control states
26-
in Application Recovery Controller. You also must set up the structures to support routing controls: clusters and control panels.</p>
27-
<p>For more information about working with routing control in Application Recovery Controller, see the following:</p>
26+
in Route 53 ARC. To work with routing control in Route 53 ARC, you must first create the required components (clusters, control
27+
panels, and routing controls) using the recovery cluster configuration API.</p>
28+
<p>For more information about working with routing control in Route 53 ARC, see the following:</p>
2829
<ul>
2930
<li>
30-
<p>To create clusters, routing controls, and control panels by using the control plane API
31-
for routing control, see the <a href="https://docs.aws.amazon.com/recovery-cluster/latest/api/">Recovery Control Configuration API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
31+
<p>Create clusters, control panels, and routing controls by using API operations. For more information,
32+
see the <a href="https://docs.aws.amazon.com/recovery-cluster/latest/api/">Recovery Control Configuration API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
3233
</li>
3334
<li>
34-
<p>Learn about the components in recovery control configuration, including clusters,
35-
routing controls, and control panels. For more information, see
36-
<a href="https://docs.aws.amazon.com/r53recovery/latest/dg/introduction-components.html#introduction-components-routing">
35+
<p>Learn about the components in recovery control, including clusters,
36+
routing controls, and control panels, and how to work with Route 53 ARC in the Amazon Web Services console. For more
37+
information, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/introduction-components.html#introduction-components-routing">
3738
Recovery control components</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
3839
</li>
3940
<li>
40-
<p>Application Recovery Controller also provides readiness checks that run continually to help make sure that your
41+
<p>Route 53 ARC also provides readiness checks that continually audit resources to help make sure that your
4142
applications are scaled and ready to handle failover traffic. For more information about
42-
the related API actions, see the <a href="https://docs.aws.amazon.com/recovery-readiness/latest/api/">Recovery Readiness API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
43+
the related API operations, see the <a href="https://docs.aws.amazon.com/recovery-readiness/latest/api/">Recovery Readiness API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
4344
</li>
4445
<li>
4546
<p>For more information about creating resilient applications and preparing for
46-
recovery readiness with Application Recovery Controller, see the <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p>
47+
recovery readiness with Route 53 ARC, see the <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p>
4748
</li>
4849
</ul>
4950

0 commit comments

Comments
 (0)