Organization: Jitsi
Mentors: Aaron van Meerten Boris Grozev Lucian-Paul Torje
Contributor: Ilayda Nur Dastan
#!/bin/bash | |
# OS: AmazonLinux | |
# Purpose: Rabbitmq Cluster Setup on AWS EC2 in docker | |
# Maintainer: cloudgeeks.ca | |
# https://www.rabbitmq.com/cluster-formation.html#peer-discovery-classic-config | |
# https://www.rabbitmq.com/cluster-formation.html#peer-discovery-aws | |
# https://hub.docker.com/_/rabbitmq | |
# https://github.com/docker-library/rabbitmq/issues/61 | |
# https://www.rabbitmq.com/clustering.html | |
# Note: Make sure to TAG the EC2 Auto-Scaling Gourp EC2 with ---> service rabbitmq <--- cluster_formation.aws.instance_tags.service = rabbitmq |
Mentors: Aaron van Meerten Boris Grozev Lucian-Paul Torje
Contributor: Ilayda Nur Dastan