server icon indicating copy to clipboard operation
server copied to clipboard

Implementing a Deployment solution for AWS

Open matthewzhaocc opened this issue 4 years ago • 2 comments

This PR implements a Deployment using Cloud Development Kit with Amazon Web Services. all code is tested locally.

if you are interested in testing it, feel free to run it following the instruction in deploy/aws/README.md

matthewzhaocc avatar Mar 04 '21 01:03 matthewzhaocc

this should simplify the deployment toward AWS a lot, as now with this PR they simply need to set 2 env vars and cdk deploy to get a fully working deployment. This also entirely rely on the upstream docker image you guys provide without special modification

matthewzhaocc avatar Mar 04 '21 01:03 matthewzhaocc

I see that only port 443 -> 80 mapping is being setup in the LB <-> ECS container. How does it properly setup the TCP ports for the websocket port range (1024 - 65535)?

RubenCordeiro avatar Apr 05 '22 13:04 RubenCordeiro