I hereby claim:
- I am ianomaly on github.
- I am ianomaly (https://keybase.io/ianomaly) on keybase.
- I have a public key ASBGn6Ug4bVg58V7zNrH00jrvafU7eVo5cNb-fYm_MI9igo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
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"