AWS elasticloadbalancing documentation change
Summary
Updated documentation for zonal shift in ARC, restructuring content and clarifying steps for starting a zonal shift via EC2 console. Added AWS CLI example command.
Security assessment
The changes are structural/descriptive and focus on usability. No security vulnerabilities or security feature enhancements are mentioned.
Diff
diff --git a/elasticloadbalancing/latest/network/start-zonal-shift.md b/elasticloadbalancing/latest/network/start-zonal-shift.md index 4fdccf9d5..389bb975f 100644 --- a//elasticloadbalancing/latest/network/start-zonal-shift.md +++ b//elasticloadbalancing/latest/network/start-zonal-shift.md @@ -7 +7 @@ -The steps in this procedure explain how to start a zonal shift using the Amazon EC2 console. For steps to start a zonal shift using the ARC console, see [Starting a zonal shift](https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.start-cancel.html) in the _Amazon Application Recovery Controller (ARC) Developer Guide_. +Zonal shift in ARC enables you to temporarily move traffic for supported resources away from an Availability Zone so that your application can continue to operate normally with other Availability Zones in an AWS Region. @@ -13 +13,6 @@ Before you begin, verify that you [enabled zonal shift](./enable-zonal-shift.htm -###### To start a zonal shift using the console +Console + + +This procedure explains how to start a zonal shift using the Amazon EC2 console. For steps to start a zonal shift using the ARC console, see [Starting a zonal shift](https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.start-cancel.html) in the _Amazon Application Recovery Controller (ARC) Developer Guide_. + +###### To start a zonal shift @@ -21 +26 @@ Before you begin, verify that you [enabled zonal shift](./enable-zonal-shift.htm - 4. On the **Integrations** tab, under **Amazon Application Recovery Controller (ARC)** , choose **Start zonal shift**. + 4. On the **Integrations** tab, expand **Amazon Application Recovery Controller (ARC)** and choose **Start zonal shift**. @@ -29 +34 @@ All zonal shifts are temporary. You must set an expiration, but you can update a - 7. Enter a comment. You can update the zonal shift later to edit the comment, if you like. + 7. Enter a comment. You can update the zonal shift later to edit the comment. @@ -38 +43,4 @@ All zonal shifts are temporary. You must set an expiration, but you can update a -###### To start a zonal shift using the AWS CLI +AWS CLI + + +###### To start a zonal shift @@ -41,0 +50,7 @@ Use the Amazon Application Recovery Controller (ARC) [start-zonal-shift](https:/ + + aws arc-zonal-shift start-zonal-shift \ + --resource-identifier load-balancer-arn \ + --away-from use2-az2 \ + --expires-in 2h \ + --comment "zonal shift due to scheduled maintenance" +