Skip to content

Commit 5b2efac

Browse files
committed
2 parents d2471ab + c2cd87f commit 5b2efac

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ There are 6 dashboards that can be used as they are or customized as you need.
99
* [Cluster Logs](https://github.com/aws-samples/aws-parallelcluster-monitoring/blob/main/grafana/dashboards/logs.json) - This dashboard shows all the logs of your HPC Cluster. The logs are pushed by AWS ParallelCluster to AWS ClowdWatch Logs and finally reported here.
1010
* [Cluster Costs](https://github.com/aws-samples/aws-parallelcluster-monitoring/blob/main/grafana/dashboards/costs.json)(beta / in developemnt) - This dashboard shows the cost associated to AWS Service utilized by your cluster. It includes: [EC2](https://aws.amazon.com/ec2/pricing/), [EBS](https://aws.amazon.com/ebs/pricing/), [FSx](https://aws.amazon.com/fsx/lustre/pricing/), [S3](https://aws.amazon.com/s3/pricing/), [EFS](https://aws.amazon.com/efs/pricing/).
1111

12+
## Quickstart
13+
Create a cluster using [AWS ParallelCluster](https://www.hpcworkshops.com/03-hpc-aws-parallelcluster-workshop.html) and include the following configuration:
14+
15+
```ini
16+
[cluster yourcluster]
17+
...
18+
post_install = https://github.com/aws-samples/aws-parallelcluster-monitoring/releases/download/v0.6-beta/post-install.sh
19+
post_install_args = https://github.com/aws-samples/aws-parallelcluster-monitoring/tarball/main,aws-parallelcluster-monitoring,install-monitoring.sh
20+
additional_iam_policies = arn:aws:iam::aws:policy/CloudWatchFullAccess,arn:aws:iam::aws:policy/AWSPriceListServiceFullAccess,arn:aws:iam::aws:policy/AmazonSSMFullAccess,arn:aws:iam::aws:policy/AWSCloudFormationReadOnlyAccess
21+
tags = {“Grafana” : “true”}
22+
...
23+
```
1224

1325
## AWS ParallelCluster
1426
**AWS ParallelCluster** is an AWS supported Open Source cluster management tool that makes it easy for you to deploy and
@@ -111,4 +123,4 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform
111123

112124
## License
113125

114-
This library is licensed under the MIT-0 License. See the [LICENSE](https://github.com/aws-samples/aws-parallelcluster-monitoring/blob/main/LICENSE) file.
126+
This library is licensed under the MIT-0 License. See the [LICENSE](https://github.com/aws-samples/aws-parallelcluster-monitoring/blob/main/LICENSE) file.

0 commit comments

Comments
 (0)