Skip to content

Commit 7e1e234

Browse files
committed
updated AMIs with git config helper, new numpy, additional dependencies
1 parent 003839c commit 7e1e234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/plugins/starcluster.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,24 +129,24 @@ KEY_LOCATION= <path to your username.pem file>
129129
# use the EXTENDS feature:
130130

131131
# 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
134134

135135
[cluster c3.large]
136136
KEYNAME = <your_key_name>
137137
CLUSTER_SHELL = bash
138138
CLUSTER_USER = ec2-user
139139
CLUSTER_SIZE = 1
140140
NODE_INSTANCE_TYPE = c3.large
141-
NODE_IMAGE_ID = ami-a12177c4
141+
NODE_IMAGE_ID = ami-2d116847
142142
# This availability zone will propagate to all clusters below
143143
AVAILABILITY_ZONE = us-east-1e
144144
DISABLE_QUEUE=True
145145

146146
[cluster c4.large]
147147
EXTENDS = c3.large
148148
NODE_INSTANCE_TYPE = c4.large
149-
NODE_IMAGE_ID = ami-ab2177ce
149+
NODE_IMAGE_ID = ami-1711687d
150150
DISABLE_QUEUE=True
151151

152152
[cluster r3.8xlarge]

0 commit comments

Comments
 (0)