How to configure Elastic Beanstalk connection draining

0

Is it possible to configure connection draining for an Elastic Beanstalk Worker cluster? There does not seem to be any (visible) load balancer attached to it, and I think that's normally where connection draining (deregistration delay) is configured.

asked a year ago208 views
1 Answer
1
Accepted Answer

In the AWS documentation you can find the following note:

"A worker environment tier for a web application that processes background tasks doesn't include a load balancer. However, a worker environment does effectively scale out by adding instances to the Auto Scaling group to process data from the Amazon SQS queue when the load necessitates it."

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-types.html

You will not be able to use "connection draining" because you will not find any load balancer.

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions