zero icon indicating copy to clipboard operation
zero copied to clipboard

AWS CLI 2 required

Open pmoranga opened this issue 3 years ago • 0 comments

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.

pmoranga avatar Jan 20 '22 10:01 pmoranga