From 14761296aa6c8281d08ee904269052cd3f6b02ff Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 24 Jun 2018 21:01:42 -0700 Subject: [PATCH] Updated AWS EC2 (markdown) --- AWS-EC2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS-EC2.md b/AWS-EC2.md index 94c19d1..61dccc4 100644 --- a/AWS-EC2.md +++ b/AWS-EC2.md @@ -1,5 +1,5 @@ # Install on EC2 -Running Statup on the smallest EC2 server is very quick using the AWS AMI Image. +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`