commitdev / zero

Allow startup developers to ship to production on day 1
https://getzero.dev
Mozilla Public License 2.0
566 stars 53 forks source link

AWS CLI 2 required #452

Open pmoranga opened 2 years ago

pmoranga commented 2 years ago

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.