File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,24 +129,24 @@ KEY_LOCATION= <path to your username.pem file>
129
129
# use the EXTENDS feature:
130
130
131
131
# DEFINE AMIs here
132
- # C3 AMI = ami-a12177c4
133
- # C4 & R3 AMI = ami-ab2177ce
132
+ # C3 AMI = ami-2d116847
133
+ # C4 & R3 AMI = ami-1711687d
134
134
135
135
[cluster c3.large]
136
136
KEYNAME = <your_key_name>
137
137
CLUSTER_SHELL = bash
138
138
CLUSTER_USER = ec2-user
139
139
CLUSTER_SIZE = 1
140
140
NODE_INSTANCE_TYPE = c3.large
141
- NODE_IMAGE_ID = ami-a12177c4
141
+ NODE_IMAGE_ID = ami-2d116847
142
142
# This availability zone will propagate to all clusters below
143
143
AVAILABILITY_ZONE = us-east-1e
144
144
DISABLE_QUEUE=True
145
145
146
146
[cluster c4.large]
147
147
EXTENDS = c3.large
148
148
NODE_INSTANCE_TYPE = c4.large
149
- NODE_IMAGE_ID = ami-ab2177ce
149
+ NODE_IMAGE_ID = ami-1711687d
150
150
DISABLE_QUEUE=True
151
151
152
152
[cluster r3.8xlarge]
You can’t perform that action at this time.
0 commit comments