Add command for EC2 console screenshot retrieval

Added command to retrieve a JPG-format screenshot of a running instance.
This commit is contained in:
Marmeus
2026-02-19 01:07:16 +00:00
committed by GitHub
parent 1685887efa
commit c35f2ca89b

View File

@@ -82,6 +82,9 @@ aws ec2 describe-addresses
# Get current output
aws ec2 get-console-output --instance-id [id]
# Get a JPG-format screenshot of a running instance
aws ec2 get-console-screenshot --instance [id]
# Get VPN customer gateways
aws ec2 describe-customer-gateways
aws ec2 describe-vpn-gateways