checks for glue - 7119, 7121, 7123,7124,7125

This commit is contained in:
dlpzx
2020-11-10 13:06:03 +01:00
parent 39a7c3b18e
commit 888133e986

View File

@@ -39,9 +39,9 @@ extra7125(){
EP_NAME=$(echo $ep | base64 --decode | jq -r '.Name')
PRIVATE_ADDRESS=$(echo $ep | base64 --decode | jq -r '.Address')
if [[ ! -z "$PRIVATE_ADDRESS" ]]; then
textFail "$regx: AWS Glue Development Endpoint $EP_NAME uses a VPC Endpoint" "$regx"
textPass "$regx: AWS Glue Development Endpoint $EP_NAME uses a VPC Endpoint" "$regx"
else
textPass "$regx: AWS Glue Development Endpoint $EP_NAME does not use a VPC Endpoint" "$regx"
textFail "$regx: AWS Glue Development Endpoint $EP_NAME does not use a VPC Endpoint" "$regx"
fi
done
else