Amazon EC2 - End Session

Declaration

<AMAWSEC2 ACTIVITY="end_session" SESSION="text" />

Description:

Ends an EC2 session created by a previous Create Session step.

IMPORTANT: The AWS EC2 activities are performed using Amazon's EC2 engine, therefore, launching and administering Amazon EC2 instances through requires a valid Access Key ID and Secret Access Key.

Practical Usage

Used to end an existing EC2 session.

Parameters

Credentials

Property

Type

Required

Default

Markup

Description

Session

Text

Yes

(Empty)

SESSION="EC2Session2"

Specifies the name of the session to end.

Description

Error Causes

On Error

Example

NOTE: The sample AML code below can be copied and pasted directly into the Steps panel of the Task Builder.

Description: End EC2 session.

<AMAWSEC2 ACTIVITY="end_session" />