Skip to content

Instantly share code, notes, and snippets.

@sebsto
Created June 4, 2016 09:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebsto/71c5e7765ca926f374b766d8e6fb37ff to your computer and use it in GitHub Desktop.
Save sebsto/71c5e7765ca926f374b766d8e6fb37ff to your computer and use it in GitHub Desktop.
EC2 screenshots
aws ec2 get-console-screenshot --instance-id ID --query "ImageData" --output text > f; cat f | base64 -D > screen.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment