https://github.com/toshke/workshop-big-blue-button-aws
Workshop tutorial for Big Blue Button setup on AWS
https://github.com/toshke/workshop-big-blue-button-aws
aws bigbluebutton meetup video-conferencing workshop
Last synced: about 1 month ago
JSON representation
Workshop tutorial for Big Blue Button setup on AWS
- Host: GitHub
- URL: https://github.com/toshke/workshop-big-blue-button-aws
- Owner: toshke
- License: mit
- Created: 2020-04-08T04:56:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T10:43:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T21:22:20.864Z (about 2 months ago)
- Topics: aws, bigbluebutton, meetup, video-conferencing, workshop
- Size: 59.6 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigBlueButton deployment to AWS
Workshop tutorial for Big Blue Button open source video conferencing software setup on AWS
## Prereqs
- Bash shell with `curl` command available
- AWS CLI
- AWS Account / Credentials with enough privileges to manage EC2/VPC, IAM and SSM services.## Useful destinations
[BigBlueButton OpenSource Distance learning software](https://www.bigbluebutton.org)
[BigBlueButton Github Org](https://github.com/bigbluebutton)
[BigBlueButton AWS Automation](https://github.com/toshke/big-blue-button-cloudformation-cfhl)
## Steps
**THIS STEP IS NOT VALID, USE YOUR OWN ROUTE 53 HOSTED ZONE** [Step 1 - Create and register Route53 zone](./Step1.md)
[Step 2 - Deploy BigBlueButton Server](./Step2.md)
[Step 3 - Configure BigBlueButton](./Step3.md)
[Step 4 - Use the admin console and invite other people](./Step4.md)
[Cleanup](./Cleanup.md)
## Advanced tasks for exercise
- Update CloudFormation Stack with AMI created by AWS Backup
- Convert from EC2 to ASG deployment mode
- Render CloudFormation templates without embedded VPC code