zero
zero copied to clipboard
AWS CLI 2 required
On templates/scripts/elasticsearch-logging.sh, line 6 the code:
ES_ENDPOINT=$(aws es describe-elasticsearch-domain --domain-name ${PROJECT}-${ENVIRONMENT}-logging --query "DomainStatus.Endpoints.vpc" | jq -r '.')
requires AWS CLI 2, full assessment of required aws cli needs to be evaluated project wide.