From ba5f46f2aca9c53bbfef73f80d952738c9ab4e44 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 18 Jul 2018 14:10:20 -0700 Subject: [PATCH] Updated AWS EC2 (markdown) --- AWS-EC2.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/AWS-EC2.md b/AWS-EC2.md index e801363..17c1077 100644 --- a/AWS-EC2.md +++ b/AWS-EC2.md @@ -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.