Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Stops an EC2 instance running on a specified AWS EndpointRegion.

Target Properties

Property Name

Property Code

Required

Description

AWS Endpoint

FDAWS_ENDPOINT

No

The AWS endpoint to use.

AWS Access Key

FDAWS_

ACCESS

ACCOUNT_

KEY

CODE

Yes

The

access key found on the "Security Credentials" page

Cloud Account Code of the AWS

management console

.

AWS Secret Key

FDAWS_SECRET_KEY

Yes

The

secret key found on the "Security Credentials" page of the AWS management console

path to the directory where AWS CLI is installed. Optional if set as classpath.

AWS Region

FDAWS_

ENDPOINT

REGION

Yes

The AWS region to operate on. To find the endpoint code for your region, see Amazon's Documentation.

Number of Iterations

FDAWS_EC2_STATUS_CHECK_COUNT

Yes

The number of Iterations to perform the EC2 Instance status check. Defaults to 6.

Interval between status check

FDAWS_EC2_STATUS_INTERVAL_DURATION

Yes

The duration of time to wait for each EC2 Instance status check iteration. Defaults to 30secs.

Inputs

Input Name

Input Code

Required

Description

Instance IDIDs

FDAWS_EC2_INP_INSTANCE_IDIDS

Yes

The ID of the instance to stop.

Force Stop

FDAWS_EC2_WITH_FORCE

No

Force stop the selected instance.

Outputs

Output Name

Description

FDAWS_EC2_OUT_EC2_INSTANCE_STATUS

Captures the EC2 Instance Status Code.

FDAWS_EC2_OUT_EC2_INSTANCE_RESP

Captures the EC2 Instance Response Payload

FDAWS_EC2_OUT_EC2_INSTANCE_ERR

Captures the EC2 Instance Error Message.

Artifacts

This operation does not produce or consume artifacts. 

...