Skip to content

Commit 2a27a42

Browse files
author
Sean Smith
committed
Add example ParallelCluster V3 Config file
Signed-off-by: Sean Smith <[email protected]>
1 parent 9b6176c commit 2a27a42

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
HeadNode:
2+
InstanceType: c5.xlarge
3+
Networking:
4+
SubnetId: subnet-123456
5+
AdditionalSecurityGroups:
6+
- sg-123456
7+
Ssh:
8+
KeyName: keypair
9+
LocalStorage:
10+
RootVolume:
11+
VolumeType: gp3
12+
CustomActions:
13+
OnNodeConfigured:
14+
Script: https://raw.githubusercontent.com/aws-samples/aws-parallelcluster-monitoring/main/post-install.sh
15+
Args:
16+
- https://github.com/aws-samples/aws-parallelcluster-monitoring/tarball/main
17+
- aws-parallelcluster-monitoring
18+
- install-monitoring.sh
19+
Iam:
20+
AdditionalIamPolicies:
21+
- Policy: arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore
22+
- Policy: arn:aws:iam::aws:policy/CloudWatchFullAccess
23+
- Policy: arn:aws:iam::aws:policy/AWSPriceListServiceFullAccess
24+
- Policy: arn:aws:iam::aws:policy/AmazonSSMFullAccess
25+
- Policy: arn:aws:iam::aws:policy/AWSCloudFormationReadOnlyAccess
26+
Scheduling:
27+
Scheduler: slurm
28+
SlurmQueues:
29+
- Name: queue0
30+
AllocationStrategy: lowest-price
31+
ComputeResources:
32+
- Name: queue0-compute-resource-0
33+
Instances:
34+
- InstanceType: c5n.large
35+
MinCount: 0
36+
MaxCount: 4
37+
Networking:
38+
SubnetIds:
39+
- subnet-123456
40+
ComputeSettings:
41+
LocalStorage:
42+
RootVolume:
43+
VolumeType: gp3
44+
Region: us-east-2
45+
Image:
46+
Os: alinux2
47+
Tags:
48+
- Key: 'Grafana'
49+
Value: 'true'

0 commit comments

Comments
 (0)