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
Created
April 9, 2014 08:08
-
-
Save qrtt1/10239468 to your computer and use it in GitHub Desktop.
AWS Cli Examples
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment