Created
June 4, 2020 10:34
-
-
Save darko-mesaros/21883f6137e5c53a3cb7b896547ffa0d to your computer and use it in GitHub Desktop.
get all services in a region
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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