Hello.
I have a rabbitmq docker container running on EC2. I need to have a domain for this EC2 server
I’ve created a CloudFront distribution = 443 https for management dashboard and 5672 http for amqp
In loadbalancer I have 2 listeners - for both 443 and 5672
443 https is okay - I can reach management dashboard with SSL
But I cannot connect services to 5672 http.
Is there any misconfiguration?
Also is there possible to have a SSL connection for 5671 port (amqps) with 1x cloudfront distribution, 1x loadbalancer?
Eventually I will need to have an access for:
dashboard - http://domain.com|domain.com:443
amqps - amqps:domain.com:5671