Skip to content

/AWS1/CL_SSM=>STARTSESSION()

About StartSession

Initiates a connection to a target (for example, a managed node) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs.

Amazon Web Services CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the Amazon Web Services CLI in the Amazon Web Services Systems Manager User Guide.

Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools for PowerShell on Windows local machines.

Method Signature

IMPORTING

Required arguments:

IV_TARGET TYPE /AWS1/SSMSESSIONTARGET /AWS1/SSMSESSIONTARGET

The managed node to connect to for the session.

Optional arguments:

IV_DOCUMENTNAME TYPE /AWS1/SSMDOCUMENTARN /AWS1/SSMDOCUMENTARN

The name of the SSM document you want to use to define the type of session, input parameters, or preferences for the session. For example, SSM-SessionManagerRunShell. You can call the GetDocument API to verify the document exists before attempting to start a session. If no document name is provided, a shell to the managed node is launched by default. For more information, see Start a session in the Amazon Web Services Systems Manager User Guide.

IV_REASON TYPE /AWS1/SSMSESSIONREASON /AWS1/SSMSESSIONREASON

The reason for connecting to the instance. This value is included in the details for the Amazon CloudWatch Events event created when you start the session.

IT_PARAMETERS TYPE /AWS1/CL_SSMSESSMANAGERPRMVA00=>TT_SESSIONMANAGERPARAMETERS TT_SESSIONMANAGERPARAMETERS

The values you want to specify for the parameters defined in the Session document.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SSMSTARTSESSIONRSP /AWS1/CL_SSMSTARTSESSIONRSP