Skip to content

Instantly share code, notes, and snippets.

@deekayen
Last active November 9, 2020 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deekayen/b557747c46127832eaeecf312187d012 to your computer and use it in GitHub Desktop.
Save deekayen/b557747c46127832eaeecf312187d012 to your computer and use it in GitHub Desktop.
List all services used in AWS with aws-list-all python pip package.
#!/bin/zsh
saml2aws exec 'aws-list-all query --parallel 1 --region us-east-1 | grep "+++" | cut -d" " -f2 | sort | uniq'
@deekayen
Copy link
Author

deekayen commented Nov 9, 2020

Example execution:

dnorman-macbook ~ » saml2aws exec 'aws-list-all query --parallel 1 --region us-east-1 | grep "+++" | cut -d" " -f2 | sort | uniq'                                                                                                             130 ↵
accessanalyzer
acm
apigateway
appconfig
appstream
athena
autoscaling
cloudformation
cloudfront
cloudtrail
cloudwatch
compute-optimizer
config
directconnect
docdb
ds
dynamodb
ec2
ecs
efs
elasticache
events
glue
iam
inspector
iot
kms
lambda
logs
mediaconnect
neptune
rds
redshift
resource-groups
route53resolver
s3
schemas
sns
sqs
ssm
stepfunctions
support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment