Websockets with AWS and Elastic Beanstalk

后端 未结 5 834
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-02 17:20

I\'m trying to get my websockets working with Amazon Web Service and Elastic Beanstalk (ELB).

I set up a proxy protocol according to: http://docs.aws.amazon.com/Elastic

5条回答
  •  Happy的楠姐
    2021-02-02 17:58

    After configuring EC2 Security group your application will work with public IP.

    But you still will get issue with using EB URL. To solve this issue, you have to change EB configuration.

    1. Go to EB environment page
    2. Configuration
    3. In Load Balancing section change protocol from HTTP to TCP.

    Now you can click EB URL.

提交回复
热议问题