Skip to content

Instantly share code, notes, and snippets.

@darko-mesaros
Created June 4, 2020 10:34
Show Gist options
  • Save darko-mesaros/21883f6137e5c53a3cb7b896547ffa0d to your computer and use it in GitHub Desktop.
Save darko-mesaros/21883f6137e5c53a3cb7b896547ffa0d to your computer and use it in GitHub Desktop.
get all services in a region
aws ssm get-parameters-by-path \
--path /aws/service/global-infrastructure/regions/af-south-1/services --output json | \
jq .Parameters[].Name | sort | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment