Skip to content

Instantly share code, notes, and snippets.

@dbt4u
Last active September 24, 2019 17:09
Show Gist options
  • Save dbt4u/358da7ec522c5a4202e6c48a85ee798e to your computer and use it in GitHub Desktop.
Save dbt4u/358da7ec522c5a4202e6c48a85ee798e to your computer and use it in GitHub Desktop.
Counts the numver of AWS-Services
curl -s https://raw.githubusercontent.com/boto/botocore/develop/botocore/data/endpoints.json | jq -r '.partitions[0].services | keys[]' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment