Support Load-Balanced Instances
Description
The Deployment Manager provides customers with tools to manage small- and large-scale installations. This functionality includes the ability to use load balancers to redirect traffic to a particular server when updating or performing maintenance on a server.
Details
Load balancers sit between the internet and a target group of servers, and the cloud load balancer passes incoming traffic to one of the healthy target instances. A cloud-based target group in AWS can contain one or more target instances, and the target group monitors the health status of each target instance.
From the Deployment Manager, you can bring a target online or offline. The target group marks the offline targets as unhealthy, and the load balancer will not direct traffic to this target. The instance itself is still running and can still receive direct traffic, allowing you to perform maintenance and make updates through the direct URL.
Supported Application Types
Configuring session affinity ensures that different requests in the same session are not sent to different target instances. When a target is unhealthy the load balancer redirects all session requests to healthy targets, which could cause a broken session. Therefore, the functionality only supports stateless applications, like APIs, having multiple target groups with multiple targets. In the future, this function will also support stateful applications.
Reply
Content aside
- 9 days agoLast active
- 5Views
-
1
Following