Skip to content

Instantly share code, notes, and snippets.

@rcbop
Created July 18, 2018 19:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcbop/1c6ce24b9abf0b4c5e366ec673489743 to your computer and use it in GitHub Desktop.
Save rcbop/1c6ce24b9abf0b4c5e366ec673489743 to your computer and use it in GitHub Desktop.
console screenshot
aws ec2 get-console-screenshot --instance-id ID --query "ImageData" --output text > f; cat f | base64 -D > console.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment