Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions api-docs/rst/dev-guide/release-notes/as_20151204.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manishtomar This is a little confusing. The last sentence of this bullet seems to duplicate the information in the previous bullet item.

What do you mean by changing the load balancer in the launch configuration? ---

Here's some suggestions to clarify what you mean:

If change = delete or add a load balancer

When you delete a load balancer, x happens. You have to do y.
When you add a load balancer, x happens.... You have to y.

Known issues
~~~~~~~~~~~~
|no changes|