-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for p5.48xlarge and p4de.24xlarge instance types and Fix for FsX monitoring #31
base: main
Are you sure you want to change the base?
Conversation
New GPU instance types added to the AWS instance family
With the new releases, the chef-dna file has modified the key for FsX ID. Now it is set to fsx_fs_ids, instead of cfn_fsx_fs_id. Due to this FsX metrics were not captured on the dashboard. This update should fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you need this?
Fixing repo name in the monitoring_url variable
@nicolaven - AWS has released new instance types and when I installed this tool, it did not pick up the p5 instances. Hence the need to include them. |
@@ -14,7 +14,7 @@ monitoring_dir_name=aws-parallelcluster-monitoring | |||
monitoring_tarball="${monitoring_dir_name}.tar.gz" | |||
|
|||
#get GitHub repo to clone and the installation script | |||
monitoring_url=https://github.com/aws-samples/aws-parallelcluster-monitoring/archive/refs/tags/${version}.tar.gz | |||
monitoring_url=https://github.com/gallanik/aws-parallelcluster-monitoring/archive/refs/tags/${version}.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this.
We can't merge this with your branch. Please change. |
New GPU instance types added to the AWS instance family
Issue #, if available:
Description of changes:
Modified prometheus/prometheus.yml to add p4de.24xlarge and p5.48xlarge. These are new GPU instance types released by AWS.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.