-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.txt
More file actions
27 lines (21 loc) · 878 Bytes
/
Copy pathconfig.txt
File metadata and controls
27 lines (21 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
######################################################################
### Please make following modifications according to your needs. ###
######################################################################
#
# zone where instances to be created
# see https://developers.google.com/compute/docs/zones
#ZONE: europe-west1-a
ZONE: us-central1-a
# machine images to be used
AMI: ami_123
# instance type
# see https://developers.google.com/compute/docs/instances
# INSTANCE_TYPE: n1-standard-1-d
INSTANCE_TYPE: n1-standard-4-d
# prefix of instance names or host names
INSTANCE_NAME_PREFIX: sge
# number of instances to be created
NUMBER_OF_INSTANCES: 2
######################################################################
### Please DON'T make changes to the following parameters ####
######################################################################