I am fairly new to AWS and I'm setting up an app on AWS that uses WebSockets.I have an ECS Cluster sitting on an EC2 Instance in AWS. I can externally ping my instance and I can connect to it via plain ws:// however, I cannot connect to it through wss://.I have allowed All Traffic (Plus all TCP) from Anywhere on my Security Group and Network ACL.I have also set up an SSL certificate and set up an A record to point the domain to my instances public IP address in Route 53.I had read a bit about load balancers and I've tried setting one up to get it working however this didn't work either.Is there any way to achieve this without a Load Balancer?
I know I am probably missing something simple, however, I can't find any straight forward information on setting up wss:// on AWS.
If anyone could walk me through the steps or point me to some applicable instructions that would be greatly appreciated!
Let me know if you need more information.
Thanks