Updated AWS EC2 (markdown)

master
Hunter Long 2018-07-18 14:10:20 -07:00
parent a1ccd2e358
commit ba5f46f2ac
1 changed files with 6 additions and 1 deletions

@ -1,6 +1,11 @@
Running Statup on the smallest EC2 server is very quick using the AWS AMI Image. When the AMI image boots it will automatically run the [init.sh](https://github.com/hunterlong/statup/blob/master/servers/init.sh) script to update Docker containers and remove unused containers/images. The server will also re-download the init.sh script to make sure it is up-to-date with the latest updates and bug fixes.
### Current AMI Image ID: `ami-7be8a103`
# AMI Image
Choose the correct AMI Image ID based on your AWS region.
- us-east-1 `ami-b3be85cc`
- us-east-2 `ami-cc7a40a9`
- us-west-1 `ami-6d1ffd0e`
- us-west-2 `ami-7be8a103`
# EC2 Server Features
Running your Statup server on a small EC2 instance is perfect for most users. Below you'll find some commands to get up and running in seconds.