aws-samples / aws-parallelcluster-monitoring

Monitoring Dashboard for AWS ParallelCluster
MIT No Attribution
31 stars 23 forks source link

Fix hardcoded region on custom metrics #10

Closed mhuguesaws closed 3 years ago

mhuguesaws commented 3 years ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

nicolaven commented 3 years ago

Hi @mhuguesaws I see two problems:

  1. ${$cfn_region} should be ${cfn_region}
  2. the region is hardcoded because not all the regions support the price API

why are you trying using ${cfn_region}? what is the purpose?

Thanks

mhuguesaws commented 3 years ago

That's why the PR is closed.