-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig
45 lines (45 loc) · 1.08 KB
/
config
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
45
Image:
Os: alinux2
HeadNode:
InstanceType: t2.micro
Networking:
SubnetId: <subnet-id>
Ssh:
KeyName: <key>
CustomActions:
OnNodeConfigured:
Script: s3://<bucket>/post_install.sh
Iam:
S3Access:
- BucketName: <bucket>
EnableWriteAccess: False
AdditionalIamPolicies:
- Policy: arn:aws:iam::<account_id>:policy/pclusterTagsAndBudget
Scheduling:
Scheduler: slurm
SlurmQueues:
- Name: queue1
Networking:
SubnetIds:
- <subnet-id>
ComputeResources:
- Name: compute-resource1
InstanceType: t2.micro
MinCount: 0
MaxCount: 10
CustomActions:
OnNodeConfigured:
Script: s3://<bucket>/post_install.sh
Iam:
S3Access:
- BucketName: <bucket>
EnableWriteAccess: False
AdditionalIamPolicies:
- Policy: arn:aws:iam::<account_id>:policy/pclusterTagsAndBudget
Tags:
- Key: aws-parallelcluster-username
Value: NA
- Key: aws-parallelcluster-jobid
Value: NA
- Key: aws-parallelcluster-project
Value: NA