I am trying to create a RabbitMQ instance of Amazon MQ and give it a Route53 addressable name. The problem is, I can't seem to figure out how to do that since the IP addresses that would be required for an NLB are not available from the console, and the NLB that is created, seems to be nonexistent in my account. With the ActiveMQ version, there are IP Addresses in the console you can use, and there is an excellent tutorial on how to do this (https://aws.amazon.com/blogs/compute/creating-static-custom-domain-endpoints-with-amazon-mq/), but because IPs don't show up on RabbitMQ instances, I need to find another solution.
Anyone have thoughts or suggestions?