I'm trying to get Eclipse-Che to run on EC2, and I'm running into a few issues. I can get the Eclipse-Che server to start if I only port-map 8080, but then I cannot connect to any workspaces, presumably because I'm missing ports 32768-32788. If I map ports 32768-32788 in addition to 8080, then I cannot connect to the che server at all.
I've been reading the Eclipse-Che docker usage documentation and I can't figure out how to set the -it flags when I define my task on EC2. I'm new to both Docker and EC2, so it isn't clear if those flags are important, nor if they'd be causing the behavior I'm seeing.
Any help would be appreciated. Thanks.