Skip to content

Commit d5249d9

Browse files
committed
Update for real demo.
1 parent 2a47733 commit d5249d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ec2/h2o-cluster-launch-instances.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
# Options you might want to change.
3030
# ---------------------------------
3131

32-
numInstancesToLaunch = 2
33-
instanceType = 'm1.large'
32+
numInstancesToLaunch = 8
33+
instanceType = 'm2.2xlarge'
3434
instanceNameRoot = 'H2ORStudioDemo'
3535

3636

@@ -47,8 +47,8 @@
4747
# --------------------------------------------------------
4848

4949
regionName = 'us-east-1'
50-
amiId = 'ami-634f050a'
51-
50+
amiId = 'ami-17c18b7e'
51+
# amiId = 'ami-634f050a' # old stable
5252

5353
#--------------------------------------------------------------------------
5454
# No need to change anything below here.

0 commit comments

Comments
 (0)