Created
June 4, 2016 09:47
-
-
Save sebsto/71c5e7765ca926f374b766d8e6fb37ff to your computer and use it in GitHub Desktop.
EC2 screenshots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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