-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create HA Amazon MQ broker #412
Conversation
Managed RabbitMQ with Amazon MQ with high-availability, replication and optimized EBS volume
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
closes #419 |
User description
Managed RabbitMQ with Amazon MQ with high-availability, replication and optimized EBS volume
PR Type
Enhancement
Description
Added high-availability RabbitMQ brokers using Amazon MQ with multi-AZ deployment.
Configured security groups, KMS encryption, and IAM roles for RabbitMQ.
Introduced new variables and outputs for RabbitMQ configuration and access.
Enabled logging and replication for RabbitMQ brokers.
Changes walkthrough 📝
broker.tf
Added RabbitMQ broker resources and configurations
auto-drive/broker.tf
outputs.tf
Added RabbitMQ broker-related outputs
auto-drive/outputs.tf
variables.tf
Introduced RabbitMQ-related variables
auto-drive/variables.tf