diff --git a/checks/check_extra712 b/checks/check_extra712 index 39e0e3c2..73233eb7 100644 --- a/checks/check_extra712 +++ b/checks/check_extra712 @@ -20,8 +20,8 @@ CHECK_ASFF_RESOURCE_TYPE_extra712="AwsMacieSession" CHECK_SERVICENAME_extra712="macie" extra712(){ - textInfo "No API commands available to check if Macie is enabled," - textInfo "just looking if IAM Macie related permissions exist. " +# textInfo "No API commands available to check if Macie is enabled," +# textInfo "just looking if IAM Macie related permissions exist. " MACIE_IAM_ROLES_CREATED=$($AWSCLI iam list-roles $PROFILE_OPT --query 'Roles[*].Arn'|grep AWSMacieServiceCustomer|wc -l) if [[ $MACIE_IAM_ROLES_CREATED -eq 2 ]];then textPass "Macie related IAM roles exist so it might be enabled. Check it out manually"