Skip to content

Instantly share code, notes, and snippets.

@qrtt1
Created April 9, 2014 08:08
Show Gist options
  • Select an option

  • Save qrtt1/10239468 to your computer and use it in GitHub Desktop.

Select an option

Save qrtt1/10239468 to your computer and use it in GitHub Desktop.
AWS Cli Examples

list private images

aws ec2 describe-images \
--filters "Name=architecture,Values=x86_64" \
--filters "Name=root-device-type,Values=ebs" \
--filters "Name=is-public,Values=false" \
--profile video --region ap-southeast-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment