aws.ec2.get_console_screenshot
Example SQL Queries
SELECT * FROMaws.ec2.get_console_screenshotWHERE"instance_id" = 'VALUE';Description
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
The returned content is Base64-encoded.
For more information, see Instance console output in the Amazon EC2 User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The ID of the instance. | VARCHAR |
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| wake_up Input Column When set to true, acts as keystroke input and wakes up an instance that's in standby or "sleep" mode. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| image_data The data that comprises the image. | VARCHAR |