/AWS1/CL_EC2=>GETCONSOLEOUTPUT()
¶
About GetConsoleOutput¶
Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.
For more information, see Instance console output in the Amazon EC2 User Guide.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_INSTANCEID
TYPE /AWS1/EC2INSTANCEID
/AWS1/EC2INSTANCEID
¶
The ID of the instance.
Optional arguments:¶
IV_LATEST
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
When enabled, retrieves the latest console output for the instance.
Default: disabled (
false
)
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.