/Terraform-AwsJitsi

Terraform project for setting up Jitsi on AWS

Primary LanguageHCLMIT LicenseMIT

CI

Jitsi on AWS

Terraform project for setting up Jitsi on AWS.

This approach is realized on the base of this article which guides through manual creation of a Jisti Meet server. The official quick install and another article have been used for refinement.

Prerequisites

  • A DNS zone, managed by AWS Route53, is available
  • A RSA key pair for SSH connection is available

Prepare

Initialize Terraform

terraform init

Configure

cat <<EOT > terraform.tfvars
email = "john.doe@example.com"
domain = "jitsi.your-domain.de"
zone = "your-domain.de."
public_key_path = "~/.ssh/id_rsa.pub"
EOT

Apply

terraform apply

Resources