Relative Content

Tag Archive for websocketamazon-ecs

How to connect to Websocket deployed on AWS ECS

I have a FastAPI websocket that I deployed as a Docker Image on AWS ECS. I have created a task definition, a service that use Fargate and a Load Balancer that acts on the 80 port since I use HTTP and also run the FastAPI server on that port.