Skip to content

CloudFormation Configs for Quarantine Fun

Notifications You must be signed in to change notification settings

s3cpat/QuarantineFormation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

QuarantineFormation

CloudFormation + Quarantine = Templates for Things I Can Do With Friends Over the Internet

This is Fine


Available Templates

The Jeopardy template spins up theGrue/jeopardy in an EC2 instance on port 80.

Jeopardy Stack Configuration

Enter an identifying Stack name, pick your preferred instance type (t2.micro by default as the instance does not require many resources), an SSH key for management, and CIDR ranges for connecting to the app. GameServerLocation specifies where users can reach port 80 (the game board). ManagementLocation specifies where all ports are accessible (mainly for SSH management). At minimum, you should set ManagementLocation to your/a trusted IP.

Pairs well with BuzzIn.live as a way for users to buzz in with their smartphone/computer.

The Minecraft template spins up a Minecraft server using Spigot.

Minecraft Stack Configuration

Enter an identifying Stack name, pick your preferred instance type (t2.medium by default), an SSH key for management, and CIDR ranges for connecting to the server. GameServerLocation specifies where users can reach port 25565 (for connecting within the game). ManagementLocation specifies where all ports are accessible (mainly for SSH management). At minimum, you should set ManagementLocation to your/a trusted IP.

Template only spins up the base Spigot-flavor Minecraft server. If you would like to add plugins or further configure the server (i.e. whitelist/blacklist IPs, set MOTD, etc), you must manage on your own.