Git Product home page Git Product logo

jitsi-ec2's Introduction

AWS CloudFormation for Deploying Jitsi Meet on EC2

Deployment of Jitsi Meet as single node at an AWS EC2 instance.

The motivation of the project is to fastly generate a short-lived Jitsi Meet self hosted server, and easily dispose it later.

Installation

In order to install and setup the self hosted Jitsi server, the official instructions are being followed: Jitsi Meet quick install

Usage

No Domain

The basic scenario is to install and setup a Jitsi server on an EC2 Instance, and access it by using the PublicDNS name of the generated Instance.

aws cloudformation deploy --template-file infrastructure.yml --stack-name ec2-jitsi-no-domain
Note:

Since a self signed certificate will be created for the PublicDNS name of the instance, a browser certificate warning/alert pops up when calling the URL. The certificate should be accepted to proceed.

With a provided Domain managed by AWS Route53

In this scenario, there is a domain managed by AWS Route53 service, and a record set will be created to forward the domain requests to the EC2 Instance.

aws cloudformation deploy --template-file infrastructure.yml --stack-name ec2-jitsi-route53 --parameter-overrides JitsiDomain=MY_JITSI_DOMAIN.NET Route53HostedZoneID=HOSTED_ZONE_ID
Note:

Since a self signed certificate will be created for the PublicDNS name of the instance, a browser certificate warning/alert pops up when calling the URL. The certificate should be accepted to proceed.

With Domain managed by AWS Route53 and Let's Encypt certificate

In this scenario, a certificate will be created as well to avoid the browser issue.

aws cloudformation deploy --template-file infrastructure.yml --stack-name ec2-jitsi-route53-cert --parameter-overrides JitsiDomain=MY_JITSI_DOMAIN.NET Route53HostedZoneID=HOSTED_ZONE_ID LetsEncryptEmail=EMAIL
Note:

Current solution is a bit ugly :(

Installation log can be found in the EC2 instance at /home/ubuntu/progress.log file.

jitsi-ec2's People

Contributors

andrikod avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.