From e07308953a11687849bb47fc89547aaa72f041f0 Mon Sep 17 00:00:00 2001 From: Manish Tomar Date: Tue, 20 Sep 2016 15:20:26 -0700 Subject: [PATCH] Mention about Deleted CLB resulting in ERROR group --- api-docs/rst/dev-guide/release-notes/as_20151204.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api-docs/rst/dev-guide/release-notes/as_20151204.rst b/api-docs/rst/dev-guide/release-notes/as_20151204.rst index df2f57528..7b272d503 100644 --- a/api-docs/rst/dev-guide/release-notes/as_20151204.rst +++ b/api-docs/rst/dev-guide/release-notes/as_20151204.rst @@ -28,6 +28,13 @@ Behavioral changes In the current release, the server remains in the scaling group instead of being deleted. +* An autoscaled server is tied to the load balancer it was originally attached to. + This means that changing load balancer in launch configuration does not automatically attach + all existing servers in new load balancer. It only attaches *new* servers to the new load balancer. + Convergence ensures that all servers are always attached to their respective + load balancers. Hence, deleting a load balancer that was originally configured in the + scaling group will result that group in ``ERROR``. + Known issues ~~~~~~~~~~~~ |no changes|