1 Answer
- Newest
- Most votes
- Most comments
2
Hi,
Thanks for your question. API Destinations on EventBridge don’t currently support delivering events to an API within a VPC, but it's something planned for the future.
As a workaround, you could consider a solution that sets up a Lambda function as a target of EventBridge and then deploys the function in the same VPC as the endpoint of your RabbitMQ cluster. The Lambda function would then invoke the endpoint within the VPC. If you'd like to explore this idea further, we could set up a call to discuss.
Relevant content
- asked 6 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- How can I access an Amazon EMR cluster through an application if the cluster is in a private subnet?AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 7 months ago
Hi Trevor.
Do you know an estimate of when it will be ready? Or if it will be on the roadmap before Q1 of next year?
On the other hand, I understand that if I generate the RabbitMQ cluster on a public subnet I would have no problems.
I have been considering what you suggest, but I wanted to save intermediate layers such as lambda.
Thanks for the clarifications, regards!