AWS elasticloadbalancing documentation change
Summary
Restructured documentation about zonal shifts in ARC, added CLI example, and updated console navigation instructions
Security assessment
Changes focus on operational procedures for traffic redirection between AZs and CLI usage examples. While zonal shifts relate to availability, there is no evidence of addressing security vulnerabilities or describing security controls. The changes improve documentation clarity but don't reference security incidents or protections.
Diff
diff --git a/elasticloadbalancing/latest/application/start-zonal-shift.md b/elasticloadbalancing/latest/application/start-zonal-shift.md index 6c6a6ebf8..90ad33e1a 100644 --- a//elasticloadbalancing/latest/application/start-zonal-shift.md +++ b//elasticloadbalancing/latest/application/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" +