From 28530d475d6870bd4b503635e4c20abb5b2467db Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 2 Jan 2025 19:03:23 +0700 Subject: [PATCH] updated aws_emr_clusters_last_steps.sh --- aws/aws_emr_clusters_last_steps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/aws_emr_clusters_last_steps.sh b/aws/aws_emr_clusters_last_steps.sh index 8a349af365a..bbddeb43c0f 100755 --- a/aws/aws_emr_clusters_last_steps.sh +++ b/aws/aws_emr_clusters_last_steps.sh @@ -24,8 +24,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" usage_description=" Shows the last N steps executed on each EMR cluster and their EndTime to find idle clusters that should be removed -Also checks CloudWatch for steps submitted to catch directly submitted jobs such as Spark, Hive, Glue or Athena -which won't show up in the native steps list +Also checks CloudWatch for number of steps running within the last few months to catch directly submitted jobs such as +Spark, Hive, Glue or Athena which won't show up in the native steps list You can also check this via the Monitoring tab graphs for the cluster by setting the date range further back