ec2_get_console_output {paws.compute}R Documentation

Gets the console output for the specified instance

Description

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.

See https://www.paws-r-sdk.com/docs/ec2_get_console_output/ for full documentation.

Usage

ec2_get_console_output(InstanceId, DryRun = NULL, Latest = NULL)

Arguments

InstanceId

[required] The ID of the instance.

DryRun

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.

Latest

When enabled, retrieves the latest console output for the instance.

Default: disabled (false)


[Package paws.compute version 0.5.0 Index]