AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Gets the console output for the specified instance.

Instances do not have a physical monitor through which you can view their console output. They also lack physical controls that allow you to power up, reboot, or shut them down. To allow these actions, we provide them through the Amazon EC2 API and command line interface.

Instance console output is buffered and posted shortly after instance boot, reboot, and termination. Amazon EC2 preserves the most recent 64 KB output which is available for at least one hour after the most recent post.

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. This output is buffered because the instance produces it and then posts it to a store where the instance's owner can retrieve it.

For Windows instances, the instance console output includes output from the EC2Config service.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract GetConsoleOutputResponse GetConsoleOutput(
         GetConsoleOutputRequest request
)

Parameters

request
Type: Amazon.EC2.Model.GetConsoleOutputRequest

Container for the necessary parameters to execute the GetConsoleOutput service method.

Return Value
Type: Amazon.EC2.Model.GetConsoleOutputResponse
The response from the GetConsoleOutput service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5