File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,23 @@ Building the AMI
5
5
Make the pre-instance to make the ami
6
6
7
7
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)
9
10
t2.micro
10
11
don't put user data in for the pre-process
11
12
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
-
16
13
Once your EC2 Instance is up and running, log in and run the following sequence:
17
14
15
+
18
16
sudo bash
17
+ pwd # /home/ubuntu
19
18
git clone https://github.com/tsugicloud/ami-sql.git
20
19
cd ami-sql
21
20
bash pre-ami.sh
22
21
systemctl poweroff
23
22
24
23
Make an AMI by taking a snapshot of your EC2 instance once it is powered off.
25
24
26
- * ami-sql - May 1, 2018 - ami-5dc5f738 - from ami-916f59f4
27
- * ami-sql-2018-08-26 - ami-07c06ed1623829eed - from ami-0552e3455b9bc8d50
28
-
29
25
Creating the Necessary Services and Building the User Data
30
26
==========================================================
31
27
@@ -61,9 +57,6 @@ your `user-data.sh` as follows:
61
57
62
58
export TSUGI_MEMCACHED=tsugi-memcache.9f8gf8.cfg.use2.cache.amazonaws.com:11211
63
59
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
-
67
60
Setting up Email
68
61
================
69
62
You can’t perform that action at this time.
0 commit comments