#AWS Cloudformation Template for a Mumble-Server with no-ip DNS binding
These files will create an Amazon Instance for a mumble-server with no-ip support and continuous sqlite backups. Therefore a VPC will be created and the instance will be configured.
###Configuration
- Open the
/cloudinit/amzn-base.shfile and set the mySSHKey Variable. - Open the
/cloudinit/mumble.shfile and set the SUPERPW variable for the superadmin password - Modify the
/installs/mumble/murmur.inito your liking.
Attention
If you changed any paths make sure you also change those paths within the following files:
/installs/mumble/murmur the init.d script which contains pathing to murmur, the pid file andthe ini file
/cloudinit/mumble.sh installation script for cloudinitialization. Creates folders and the bac
`
###AWS-Cloudformation
- Create an Amazon-S3 Bucket with the name
cf-mumble. - Upload all three folder and their content into
cf-mumble - Create a stack using the
/cloudformation/mumble.jsonas template. - Set the ip-range and the stack name.
- Wait
###First Start
- Log on the machine by using our ssh key and the root account.
- SetUp your noip configuration by entering
noip2 -Cand follow the promts