aws-samples / 1click-hpc

Deploy your HPC Cluster on AWS in 20min. with just 1-Click.
MIT No Attribution
62 stars 44 forks source link

Enable monitoring only on ec2 instances tagged with 'Monitoring=ON' #6

Closed nicolaven closed 2 years ago

nicolaven commented 2 years ago

This commit enables the monitoring only on the ec2 instances tagged with 'Monitoring=ON'. By default the compute nodes are started with the monitoring off. In order to enable the monitoring, job can be submitted as follow : sbatch --wrap "sleep 600" -p batch -C c5.24xlarge --comment "Key=Monitoring,Value=ON"