Skip to content

Instantly share code, notes, and snippets.

@pcolazurdo
Created January 2, 2020 11:39
Show Gist options
  • Save pcolazurdo/b1fc1d57c293aca11782054d001dbdbf to your computer and use it in GitHub Desktop.
Save pcolazurdo/b1fc1d57c293aca11782054d001dbdbf to your computer and use it in GitHub Desktop.
List AWS Services
aws ssm get-parameters-by-path \
--path /aws/service/global-infrastructure/services/ --output json | \
grep Name | \
wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment