aws ec2 describe-nat-gateways | jq -r '.NatGateways[]|select(.State=="available").SubnetId' | xargs aws ec2 describe-subnets --subnet-id | jq -r '.Subnets[].AvailabilityZone' | sort | uniq -c
http "https://gitlab.com/api/v4/projects/40328438/environments?states=stopping" "Authorization: Bearer $GITLAB_ACCESS_TOKEN" | jq '.[].id' | xargs -n1 -I{} http post "https://gitlab.com/api/v4/projects/40328438/environments/{}/stop?force=true" "Authorization: Bearer $GITLAB_ACCESS_TOKEN"