RabbitMQ, it brings me back to my IoT days ๐
With that said, here is some helpful guidance:
The issue occurs because Shared Compute cluster policies enforce stricter network access controls compared to Unrestricted policies. When using the Unrestricted policy, your cluster has full network access with no restrictions on outbound connections. However, the Shared Compute policy implements network security controls that can block connections to external services like your RabbitMQ instance on AWS EC2.
Key Differences Between Policies
Unrestricted Policy:
โข No restrictions on cluster configurations or network access
โข Full flexibility for outbound connections to any destination
โข Users can create clusters with any settings and network configurations
Shared Compute Policy:
โข Designed for multi-user shared resources with security guardrails
โข Implements network restrictions and access controls
โข May limit outbound connectivity to external services for security purposes
Helpful Links to investigate further:
Hope this helps.
Cheers, Louis.