Finally a great feature add to AWS EC2 instances (HVM virtualization only), which was requested by almost everyone. Now we can take a console screenshot of any EC2 Instances. This is now available publicly. Earlier we had to log a case with AWS Support to get the AWS Console screenshot. This is a similar feature like Boot Diagnostics for Azure Virtual Machines v2.
This new feature will be very much helpful for every AWS Administrators, especially for those who providing support to Windows instances.
In past I had few experience of EC2 Instance getting stuck during boot and we had to request for the console screenshot from AWS Support for troubleshooting. This process was time lengthy during crisis situation. I guess this feature will be welcomed by everyone.
Here is how you generate a screenshot from the AWS console.

Screenshot of Linux Instance.

Screenshot of Windows Instance.

This feature availability:
This feature is available in the US East (Northern Virginia), US West (Oregon), US West (Northern California), Europe (Ireland), Europe (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), and South America (Brazil) Regions.
To Grant Permission for accessing Console Screenshot use this:
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"ec2:GetConsoleScreenshot"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Note: Screenshots are taken from https://aws.amazon.com/blogs/aws/ec2-instance-console-screenshot/
Do not trust any public VPN service, Create your own Secure SOCKS5 Proxy for just $5 – Be Free 🙂
If someone ask me to recommend one good proxy service, I would…
Create Private PPTP VPN for personal use in Linode Cloud Hosting.
Nowadays many things are getting blocked by the government, and sometimes without…
The Ultimate Command Center for AdGuard Home Power Users
The Problem: "Friction & Context Switching" Whether you run a single AdGuard…
ClearView – Zero Configuration Web Server Monitoring Tool
Have you recently moved away from Linode to any other VPS (Virtual…