jameshfisher
jameshfisher

Reputation: 36413

Does Elastic Load Balancer use nginx?

I am trying to configure an Elastic Load Balancer to support websockets. I see several things (e.g. one, two, three) telling me to configure it using some nginx configuration. But this is confusing, because nowhere in the ELB documentation does it mention nginx. Where is the official documentation for configuring Elastic Load Balancer using an nginx configuration file?

Upvotes: 0

Views: 931

Answers (1)

Piyush Patil
Piyush Patil

Reputation: 14533

Change your Load Balancer to Application Load Balancer as Application Load Balancer is a new product of AWS which supports Web Sockets. As Classic Load Balancer do not support Websockets and you have to apply work arounds for them to support Websockets.

https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/

Upvotes: 1

Related Questions