re:Invent session SEC207
re:Invent slides here
| #!/usr/bin/env bash | |
| DOMAIN="" # Your Route53 TLD (ex: mydomain.com) | |
| SUBDOMAIN="" # The meeting subdomain (ex: meet (for meet.mydomain.com)) | |
| CONFIGURE_AUTH=true # Boolean to configure internal_plain auth or not | |
| PROSODY_USER="" # If you're configuring auth, the user account name (will login as ${PROSODY_USER}@${SUBDOMAIN}.${DOMAIN} ) | |
| PROSODY_PASS="" # If you're configuring auth, the user password (escape special characters) | |
| AWS_ACCESS_KEY="" # Your AWS Access Key | |
| AWS_SECRET_KEY="" # Your AWS Secret Key | |
| LETS_ENCRYPT_EMAIL="" # Email address to use for Let's Encrypt certificate |