2
2
Description : This stack creates a VPC, an EC2 Amazon Linux host in the VPC with a
3
3
Public IP, and deploys Gremlin Server on it. **WARNING** This template creates
4
4
an Amazon EC2 instance. You will be billed for the AWS resources used if you
5
- create a stack from this template.
5
+ create a stack from this template. AL 2018 AMI current as of 2018-06-22.
6
6
AWSTemplateFormatVersion : ' 2010-09-09'
7
7
Mappings :
8
8
AWSRegionArch2AMI :
9
9
ap-south-1 :
10
- HVMG2 : ami-52c7b43d
11
- HVM64 : ami-f5c6b59a
10
+ HVMG2 : ami-5a8da735
11
+ HVM64 : ami-bc83a9d3
12
+ eu-west-3 :
13
+ HVM64 : ami-78f24205
14
+ HVMG2 : ami-d50bbaa8
12
15
eu-west-2 :
13
- HVMG2 : ami-b6daced2
14
- HVM64 : ami-b7daced3
16
+ HVMG2 : ami-b2b55cd5
17
+ HVM64 : ami-e2b35a85
15
18
eu-west-1 :
16
- HVMG2 : ami-01ccc867
17
- PV64 : ami-d1c0c4b7
18
- HVM64 : ami-d3c0c4b5
19
+ PV64 : ami-3c5758d6
20
+ HVM64 : ami-41505fab
21
+ HVMG2 : ami-e4515e0e
19
22
ap-northeast-2 :
20
- HVM64 : ami-9a15c7f4
21
- HVMG2 : ami-9d15c7f3
23
+ HVM64 : ami-5bd46135
24
+ HVMG2 : ami-ebc47185
22
25
ap-northeast-1 :
23
- PV64 : ami-30391657
24
- HVM64 : ami-6a3b140d
25
- HVMG2 : ami-923d12f5
26
+ HVM64 : ami-449f483b
27
+ PV64 : ami-6593441a
28
+ HVMG2 : ami-9c9443e3
26
29
sa-east-1 :
27
- HVM64 : ami-2bccae47
28
- PV64 : ami-36cfad5a
29
- HVMG2 : ami-37cfad5b
30
+ HVM64 : ami-09d58f65
31
+ PV64 : ami-6dd58f01
32
+ HVMG2 : ami-83d58fef
30
33
ca-central-1 :
31
- HVMG2 : ami-0bd66a6f
32
- HVM64 : ami-73d06c17
34
+ HVMG2 : ami-03e86a67
35
+ HVM64 : ami-49e86a2d
33
36
ap-southeast-1 :
34
- PV64 : ami-ab5ce5c8
35
- HVM64 : ami-b65de4d5
36
- HVMG2 : ami-fc5ae39f
37
+ PV64 : ami-c8fcffb4
38
+ HVM64 : ami-d6fdfeaa
39
+ HVMG2 : ami-ed838091
37
40
ap-southeast-2 :
38
- HVMG2 : ami-162c2575
39
- HVM64 : ami-762a2315
40
- PV64 : ami-af2128cc
41
+ HVMG2 : ami-33f92051
42
+ HVM64 : ami-4ff8212d
43
+ PV64 : ami-c4c71ea6
41
44
eu-central-1 :
42
- HVM64 : ami-506fbd3f
43
- HVMG2 : ami-b968bad6
44
- PV64 : ami-ba68bad5
45
+ PV64 : ami-1a744bf1
46
+ HVMG2 : ami-a058674b
47
+ HVM64 : ami-e056690b
45
48
us-east-1 :
46
- PV64 : ami-668f1e70
47
- HVMG2 : ami-c58c1dd3
48
- HVM64 : ami-fd8617eb
49
+ PV64 : ami-b41445cb
50
+ HVMG2 : ami-cfe4b2b0
51
+ HVM64 : ami-f316478c
49
52
us-east-2 :
50
- HVMG2 : ami-4191b524
51
- HVM64 : ami-6693b703
53
+ HVMG2 : ami-40142d25
54
+ HVM64 : ami-ae0f36cb
52
55
us-west-1 :
53
- PV64 : ami-0f85a06f
54
- HVMG2 : ami-7a85a01a
55
- HVM64 : ami-f887a298
56
+ HVMG2 : ami-0e86606d
57
+ PV64 : ami-1a876179
58
+ HVM64 : ami-25bf5946
56
59
us-west-2 :
57
- HVM64 : ami-3234a652
58
- HVMG2 : ami-4836a428
59
- PV64 : ami-c737a5a7
60
+ HVMG2 : ami-0ad99772
61
+ PV64 : ami-21d09e59
62
+ HVM64 : ami-39d39d41
60
63
AWSInstanceType2Arch :
61
64
t2.nano :
62
65
Arch : HVM64
@@ -84,13 +87,29 @@ Mappings:
84
87
Arch : HVM64
85
88
m4.16xlarge :
86
89
Arch : HVM64
87
- m3.medium :
90
+ m5.large :
88
91
Arch : HVM64
89
- m3.large :
92
+ m5.xlarge :
90
93
Arch : HVM64
91
- m3.xlarge :
94
+ m5.2xlarge :
92
95
Arch : HVM64
93
- m3.2xlarge :
96
+ m5.4xlarge :
97
+ Arch : HVM64
98
+ m5.12xlarge :
99
+ Arch : HVM64
100
+ m5.24xlarge :
101
+ Arch : HVM64
102
+ m5d.large :
103
+ Arch : HVM64
104
+ m5d.xlarge :
105
+ Arch : HVM64
106
+ m5d.2xlarge :
107
+ Arch : HVM64
108
+ m5d.4xlarge :
109
+ Arch : HVM64
110
+ m5d.12xlarge :
111
+ Arch : HVM64
112
+ m5d.24xlarge :
94
113
Arch : HVM64
95
114
c4.large :
96
115
Arch : HVM64
@@ -102,25 +121,27 @@ Mappings:
102
121
Arch : HVM64
103
122
c4.8xlarge :
104
123
Arch : HVM64
105
- c3.large :
124
+ c5.large :
125
+ Arch : HVM64
126
+ c5.xlarge :
106
127
Arch : HVM64
107
- c3.xlarge :
128
+ c5.2xlarge :
108
129
Arch : HVM64
109
- c3.2xlarge :
130
+ c5.4xlarge :
110
131
Arch : HVM64
111
- c3.4xlarge :
132
+ c5.9xlarge :
112
133
Arch : HVM64
113
- c3.8xlarge :
134
+ c5.18xlarge :
114
135
Arch : HVM64
115
- r3.large :
136
+ c5d.xlarge :
116
137
Arch : HVM64
117
- r3.xlarge :
138
+ c5d.2xlarge :
118
139
Arch : HVM64
119
- r3.2xlarge :
140
+ c5d.4xlarge :
120
141
Arch : HVM64
121
- r3.4xlarge :
142
+ c5d.9xlarge :
122
143
Arch : HVM64
123
- r3.8xlarge :
144
+ c5d.18xlarge :
124
145
Arch : HVM64
125
146
r4.large :
126
147
Arch : HVM64
@@ -138,6 +159,18 @@ Mappings:
138
159
Arch : HVM64
139
160
x1.32xlarge :
140
161
Arch : HVM64
162
+ x1e.xlarge :
163
+ Arch : HVM64
164
+ x1e.2xlarge :
165
+ Arch : HVM64
166
+ x1e.4xlarge :
167
+ Arch : HVM64
168
+ x1e.8xlarge :
169
+ Arch : HVM64
170
+ x1e.16xlarge :
171
+ Arch : HVM64
172
+ x1e.32xlarge :
173
+ Arch : HVM64
141
174
d2.xlarge :
142
175
Arch : HVM64
143
176
d2.2xlarge :
@@ -146,13 +179,13 @@ Mappings:
146
179
Arch : HVM64
147
180
d2.8xlarge :
148
181
Arch : HVM64
149
- i2.xlarge :
182
+ h1.2xlarge :
150
183
Arch : HVM64
151
- i2.2xlarge :
184
+ h1.4xlarge :
152
185
Arch : HVM64
153
- i2.4xlarge :
186
+ h1.8xlarge :
154
187
Arch : HVM64
155
- i2.8xlarge :
188
+ h1.16xlarge :
156
189
Arch : HVM64
157
190
i3.large :
158
191
Arch : HVM64
@@ -166,20 +199,30 @@ Mappings:
166
199
Arch : HVM64
167
200
i3.16xlarge :
168
201
Arch : HVM64
202
+ i3.metal :
203
+ Arch : HVM64
169
204
f1.2xlarge :
170
205
Arch : HVM64
171
206
f1.16xlarge :
172
207
Arch : HVM64
208
+ g3.4xlarge :
209
+ Arch : HVM64
210
+ g3.8xlarge :
211
+ Arch : HVM64
212
+ g3.16xlarge :
213
+ Arch : HVM64
173
214
p2.xlarge :
174
215
Arch : HVM64
175
216
p2.8xlarge :
176
217
Arch : HVM64
177
218
p2.16xlarge :
178
219
Arch : HVM64
179
- g2.2xlarge :
180
- Arch : HVMG2
181
- g2.8xlarge :
182
- Arch : HVMG2
220
+ p3.2xlarge :
221
+ Arch : HVM64
222
+ p3.8xlarge :
223
+ Arch : HVM64
224
+ p3.16xlarge :
225
+ Arch : HVM64
183
226
Parameters :
184
227
InstanceType :
185
228
Description : EC2 instance type
@@ -511,7 +554,7 @@ Resources:
511
554
- " mvn -version > /home/ec2-user/maven-installation-settings.log\n "
512
555
- " export GREMLIN_SERVER_USERNAME='ec2-user'\n "
513
556
- " export LOG_DIR=/var/log/gremlin-server\n "
514
- - " export SERVER_DIRNAME=dynamodb-janusgraph-storage-backend-1.2 .0\n "
557
+ - " export SERVER_DIRNAME=dynamodb-janusgraph-storage-backend-1.3 .0\n "
515
558
- " export SERVER_ZIP=${SERVER_DIRNAME}.zip\n "
516
559
- " export PACKAGES_DIR=/usr/local/packages\n "
517
560
- " export INSTALL_DIR=${PACKAGES_DIR}/${SERVER_DIRNAME}\n "
@@ -558,7 +601,7 @@ Outputs:
558
601
- Fn::GetAtt :
559
602
- WebServerInstance
560
603
- PublicDnsName
561
- - " /usr/local/packages/dynamodb-janusgraph-storage-backend-1.2 .0/bin/gremlin.sh"
604
+ - " /usr/local/packages/dynamodb-janusgraph-storage-backend-1.3 .0/bin/gremlin.sh"
562
605
Description : Use this remote shell to interact with the graph.
563
606
GremlinServerEndpoint :
564
607
Value :
0 commit comments