Created
January 2, 2020 11:39
-
-
Save pcolazurdo/b1fc1d57c293aca11782054d001dbdbf to your computer and use it in GitHub Desktop.
List AWS Services
This file contains hidden or 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/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