We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a47733 commit d5249d9Copy full SHA for d5249d9
ec2/h2o-cluster-launch-instances.py
@@ -29,8 +29,8 @@
29
# Options you might want to change.
30
# ---------------------------------
31
32
-numInstancesToLaunch = 2
33
-instanceType = 'm1.large'
+numInstancesToLaunch = 8
+instanceType = 'm2.2xlarge'
34
instanceNameRoot = 'H2ORStudioDemo'
35
36
@@ -47,8 +47,8 @@
47
# --------------------------------------------------------
48
49
regionName = 'us-east-1'
50
-amiId = 'ami-634f050a'
51
-
+amiId = 'ami-17c18b7e'
+# amiId = 'ami-634f050a' # old stable
52
53
#--------------------------------------------------------------------------
54
# No need to change anything below here.
0 commit comments