[RabbitMQ/AWS] Install RabbitMQ on AWS based on Amazon MQ.
Refer tohttps://github.com/dasmeta/terraform-aws-rabbitmqhttps://github.com/vainkop/terraform-aws-rabbitmq 1) Create VPC Đầu tiên chúng ta cần tạo vpc: Ở đây mình sử dụng vpc module để create 1 public subnet và 1 private subnet 2) RabbitMQ on AWS Tạo rabbitmq Bạn sẽ cần tạo rabbitmq thông qua Resource: aws_mq_brokerhttps://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mq_broker Và bạn có thể tạo security Group thông qua module:https://registry.terraform.io/modules/terraform-aws-modules/security-group/aws/latest Và sau…
Read More “[RabbitMQ/AWS] Install RabbitMQ on AWS based on Amazon MQ.” »