Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 3.13 KB

File metadata and controls

44 lines (34 loc) · 3.13 KB

aws-rabbitmq

This is a Nullstone module to create a RabbitMQ cluster using Amazon MQ. This module creates resources that are necessary to securely connect apps via Nullstone UI.

Security & Compliance

Security scanning is graciously provided by Bridgecrew. Bridgecrew is the leading fully hosted, cloud-native solution providing continuous Terraform security and compliance.

Infrastructure Security CIS AWS V1.3 PCI-DSS V3.2 NIST-800-53 ISO27001 SOC2 HIPAA

Inputs

Outputs

  • db_master_secret_id: string - ID of AWS Secrets Manager Secret that holds admin credentials
  • db_protocol: string - Always set to amqps for amqp + ssl
  • db_endpoints: list(string) - Endpoint URLs to access RabbitMQ
  • db_security_group_id: string - Security Group ID for RabbitMQ
  • db_log_group: string - Name of Cloudwatch Log Group for RabbitMQ logs
  • db_connection_log_group: string - Name of Cloudwatch Log Group for RabbitMQ connection logs