Skip to content

Instantly share code, notes, and snippets.

View ilaydadastan's full-sized avatar
👩‍💻

Ilayda Dastan ilaydadastan

👩‍💻
View GitHub Profile
@ilaydadastan
ilaydadastan / gsoc24-jitsi-log-analyser.md
Last active October 25, 2024 08:49
This file is for the final submission of the Jitsi Meet Log Analyser project within the scope of Google Summer of Code 2024.
@ilaydadastan
ilaydadastan / rabbitmq-aws-userdata.sh
Created April 25, 2024 15:20
This file can be used to create RabbitMQ server using docker on AWS EC2.
#!/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