diff --git a/checks/check_extra7124 b/checks/check_extra7124 index cdc814ba..66073203 100644 --- a/checks/check_extra7124 +++ b/checks/check_extra7124 @@ -33,7 +33,7 @@ CHECK_ALTERNATE_check7124="extra7124" extra7124(){ textInfo "Looking for ETL Jobs in all regions... " for regx in $REGIONS; do - LIST_GLUE_SC=$($AWSCLI glue get-jobs $PROFILE_OPT --region $regx --query 'Jobs[*].SecurityConfiguration'--output text) + LIST_GLUE_SC=$($AWSCLI glue get-jobs $PROFILE_OPT --region $regx --query 'Jobs[*].SecurityConfiguration' --output text) if [[ $LIST_GLUE_SC ]]; then for sc in $(echo '${LIST_GLUE_SC}'| jq -r '.[] | @base64');do textInfo "$ENDPOINT_SECURITY" @@ -45,7 +45,7 @@ extra7124(){ fi done else - textInfo "$regx: No ETL Development endpoints found" "$regx" + textInfo "$regx: No ETL Jobs found" "$regx" fi done } \ No newline at end of file diff --git a/checks/check_extra7125 b/checks/check_extra7125 index c5097c9c..fe50aac9 100644 --- a/checks/check_extra7125 +++ b/checks/check_extra7125 @@ -43,7 +43,7 @@ extra7125(){ fi done else - textInfo "$regx: No Security Configuration found" "$regx" + textInfo "$regx: No Private Addresses for endpoints found" "$regx" fi done } \ No newline at end of file