forked from deepashre/parallel-update
-
Notifications
You must be signed in to change notification settings - Fork 3
/
slurm.yaml
44 lines (42 loc) · 862 Bytes
/
slurm.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Region:
Image:
Os: alinux2
HeadNode:
InstanceType:
Networking:
SubnetId:
Ssh:
KeyName:
Dcv:
Enabled: true
Iam:
S3Access:
- EnableWriteAccess: true
BucketName: '*'
AdditionalIamPolicies:
- Policy: arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore
CustomActions:
OnNodeStart:
Script: s3://cft-template-5/bootstrap-scripts/pcluster-on-node-start.sh
Scheduling:
Scheduler: slurm
SlurmQueues:
- Name: queue1
CapacityType: SPOT
ComputeResources:
- Name: t2micro
InstanceType:
MinCount:
MaxCount:
DisableSimultaneousMultithreading:
Efa:
Enabled:
Networking:
PlacementGroup:
Enabled:
SubnetIds:
-
Iam:
S3Access:
- EnableWriteAccess: true
BucketName: '*'