Skip to content

Commit ae7d35e

Browse files
committed
Updates.
1 parent 6255880 commit ae7d35e

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,23 @@ Building the AMI
55
Make the pre-instance to make the ami
66

77
EC2 Dashboard
8-
ami-916f59f4 - Ubuntu Server 16.04 LTS (HVM), SSD Volume Type (2018-03-06)
8+
Ubuntu Server 16.04 LTS (HVM), SSD Volume Type - ami-0f93b5fd8f220e428 (2019-07-03)
9+
Old: ami-916f59f4 - Ubuntu Server 16.04 LTS (HVM), SSD Volume Type ami-916f59f4 (2018-03-06)
910
t2.micro
1011
don't put user data in for the pre-process
1112

12-
You can use a later 16.04 server. My later instances are using this AMI:
13-
14-
ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20180814 - ami-0552e3455b9bc8d50
15-
1613
Once your EC2 Instance is up and running, log in and run the following sequence:
1714

15+
1816
sudo bash
17+
pwd # /home/ubuntu
1918
git clone https://github.com/tsugicloud/ami-sql.git
2019
cd ami-sql
2120
bash pre-ami.sh
2221
systemctl poweroff
2322

2423
Make an AMI by taking a snapshot of your EC2 instance once it is powered off.
2524

26-
* ami-sql - May 1, 2018 - ami-5dc5f738 - from ami-916f59f4
27-
* ami-sql-2018-08-26 - ami-07c06ed1623829eed - from ami-0552e3455b9bc8d50
28-
2925
Creating the Necessary Services and Building the User Data
3026
==========================================================
3127

@@ -61,9 +57,6 @@ your `user-data.sh` as follows:
6157

6258
export TSUGI_MEMCACHED=tsugi-memcache.9f8gf8.cfg.use2.cache.amazonaws.com:11211
6359

64-
I switched from DynamoDB to Memcache since memcache was simpler and faster. I have the old
65-
DynamoDB instructions at the end of this document.
66-
6760
Setting up Email
6861
================
6962

0 commit comments

Comments
 (0)