Skip to content

Instantly share code, notes, and snippets.

@bashtoni
Created December 16, 2013 15:26
Show Gist options
  • Save bashtoni/7988793 to your computer and use it in GitHub Desktop.
Save bashtoni/7988793 to your computer and use it in GitHub Desktop.
Find an Amazon pvgrub kernel using the CLI
aws ec2 describe-images --filters Name=image-type,Values=kernel --filters Name=manifest-location,Values='*pv-grub-hd0_*x86_64*' --owners amazon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment