You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-arc-zonal-shift): This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.
Copy file name to clipboardExpand all lines: clients/client-arc-zonal-shift/README.md
+74-22Lines changed: 74 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,33 @@
6
6
7
7
AWS SDK for JavaScript ARCZonalShift Client for Node.js, Browser and React Native.
8
8
9
-
<p>This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller. This guide is for developers who need detailed information about
10
-
zonal shift API actions, data types, and errors.</p>
11
-
<p>Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.</p>
12
-
<p>Zonal shift in Route 53 ARC enables you to move traffic for a load balancer resource away from an Availability Zone. Starting
13
-
a zonal shift helps your application recover immediately, for example, from a developer's bad code deployment
14
-
or from an AWS infrastructure failure in a single Availability Zone, reducing the impact and time lost from an issue
15
-
in one zone. </p>
16
-
<p>Supported AWS resources are automatically registered with Route 53 ARC. Resources that are registered for zonal shifts
17
-
in Route 53 ARC are managed resources in Route 53 ARC. You can start a zonal shift for any managed resource in your account in a Region.
18
-
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>
19
-
<p>Zonal shifts are temporary. You must specify an expiration when you start a zonal shift, of up to three days initially.
20
-
If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration.
21
-
You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.</p>
22
-
<p>For more information about using zonal shift, see the
* <p>This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller. This guide is for developers who need detailed information about
147
-
* zonal shift API actions, data types, and errors.</p>
148
-
* <p>Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.</p>
149
-
* <p>Zonal shift in Route 53 ARC enables you to move traffic for a load balancer resource away from an Availability Zone. Starting
150
-
* a zonal shift helps your application recover immediately, for example, from a developer's bad code deployment
151
-
* or from an AWS infrastructure failure in a single Availability Zone, reducing the impact and time lost from an issue
152
-
* in one zone. </p>
153
-
* <p>Supported AWS resources are automatically registered with Route 53 ARC. Resources that are registered for zonal shifts
154
-
* in Route 53 ARC are managed resources in Route 53 ARC. You can start a zonal shift for any managed resource in your account in a Region.
155
-
* At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>
156
-
* <p>Zonal shifts are temporary. You must specify an expiration when you start a zonal shift, of up to three days initially.
157
-
* If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration.
158
-
* You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.</p>
159
-
* <p>For more information about using zonal shift, see the
0 commit comments