@@ -11,12 +11,12 @@ sanity_check = true
1111# This is the AWS credentials section (required).
1212# These settings apply to all clusters
1313# replace these with your AWS keys
14- # If not defined, boto will attempt to use a) enviornment
14+ # If not defined, boto will attempt to use a) environment
1515# or b) EC2 IAM role.
1616#aws_access_key_id = #your_aws_access_key_id
1717#aws_secret_access_key = #your_secret_access_key
1818# Uncomment to specify a different Amazon AWS region (OPTIONAL)
19- # (Defaults to us-east-1 if not defined in enviornment or below)
19+ # (Defaults to us-east-1 if not defined in environment or below)
2020#aws_region_name = #region
2121
2222[aliases]
@@ -31,20 +31,20 @@ key_name = mykey
3131# Override path to cloudformation in S3
3232# (defaults to https://s3.amazonaws.com/<aws_region_name>-aws-parallelcluster/templates/aws-parallelcluster-<version>.cfn.json)
3333#template_url = https://s3.amazonaws.com/<aws_region_name>-aws-parallelcluster/templates/aws-parallelcluster-<version>.cfn.json
34- # Cluster Server EC2 instance type
35- # (defaults to t2.micro for default template)
36- #compute_instance_type = t2.micro
37- # Master Server EC2 instance type
38- # (defaults to t2.micro for default template
34+ # EC2 instance type for master node
35+ # (defaults to t2.micro)
3936#master_instance_type = t2.micro
40- # Inital number of EC2 instances to launch as compute nodes in the cluster for schedulers other than awsbatch.
41- # (defaults to 2 for default template)
37+ # EC2 instance type for compute nodes
38+ # (defaults to t2.micro , 'optimal' when scheduler is awsbatch)
39+ #compute_instance_type = t2.micro
40+ # Initial number of EC2 instances to launch as compute nodes in the cluster for schedulers other than awsbatch.
41+ # (defaults to 2)
4242#initial_queue_size = 2
4343# Maximum number of EC2 instances that can be launched in the cluster for schedulers other than awsbatch.
44- # (defaults to 10 for the default template )
44+ # (defaults to 10)
4545#max_queue_size = 10
4646# Boolean flag to set autoscaling group to maintain initial size and scale back for schedulers other than awsbatch.
47- # (defaults to false for the default template )
47+ # (defaults to false)
4848#maintain_initial_size = false
4949# Minimum number of vcpus that will be running when scheduler is awsbatch.
5050# defaults to 0
@@ -55,7 +55,7 @@ key_name = mykey
5555# Maximum number of vcpus that can be launched when scheduler is awsbatch.
5656#max_vcpus = 20
5757# Cluster scheduler
58- # (defaults to sge for the default template )
58+ # (defaults to sge)
5959#scheduler = sge
6060# Type of cluster to launch i.e. ondemand or spot
6161# (defaults to ondemand for the default template)
@@ -111,7 +111,7 @@ key_name = mykey
111111# OS type used in the cluster
112112# (defaults to alinux in the default template)
113113#base_os = alinux
114- # Existing EC2 IAM role to be assosiated with the EC2 instances
114+ # Existing EC2 IAM role to be associated with the EC2 instances
115115# (defaults to NONE in the default template)
116116#ec2_iam_role = NONE
117117# Extra Json to be merged with the dna.json used by Chef
@@ -164,18 +164,18 @@ master_subnet_id = subnet-
164164# Path/mountpoint for shared EBS volume. REQUIRED when using > 1 EBS volumes. Example below mounts to /vol1
165165#shared_dir = vol1
166166# Id of EBS snapshot if using snapshot as source for volume
167- # (defaults to NONE for default template )
167+ # (defaults to NONE)
168168#ebs_snapshot_id = snap-
169169# Type of volume to create either new or from snapshot
170- # (defaults to gp2 for default template )
170+ # (defaults to gp2)
171171#volume_type = io1
172172# Size of volume to be created if not using a snapshot
173- # (defaults to 20GB for default template )
173+ # (defaults to 20GB)
174174#volume_size = 20
175175# Number of IOPS for io1 type volumes
176176#volume_iops = 200
177177# Use encrypted volume (should not be used with snapshots)
178- # (defaults to false for default template )
178+ # (defaults to false)
179179#encrypted = false
180180# Existing EBS volume to be attached to the MasterServer
181181# (defaults to NONE in the default template)
0 commit comments