Versions Compared

Key

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

Starts an EC2 instance running on a specified AWS Endpoint
  Region.

Environment/Instance Properties

Property Name

Property Code

Required

Description

AWS Access KeyEndpointFDAWS_ENDPOINTNoThe AWS endpoint to use.
AWS Cloud Account Code

FDAWS_ACCESSACCOUNT_KEYCODE

Yes

The access key found on the "Security Credentials" page Cloud Account Code of the AWS management console.

AWS Secret KeyCLI Path

FDAWS_SECRET_KEY

Yes

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

AWS Endpoint

FDAWS_ENDPOINT

Yes

The AWS endpoint to use for plugin operations_CLI_PATH

No

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

AWS Region

FDAWS_REGION

No

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

Number of IterationsFDAWS_EC2_STATUS_CHECK_COUNTYesThe number of Iterations to perform the EC2 Instance status check. Defaults to 6.
Interval between status check FDAWS_EC2_STATUS_INTERVAL_DURATIONYesThe duration of time to wait for each EC2 Instance status check iteration. Defaults to 30secs.

  

Project Properties

Property NameProperty Code

Required

Description





...

Input Name

Input Code

Required

Description

Instance IDIDs

FDAWS_EC2_INP_INSTANCE_IDIDS

Yes

The ID Provide either comma or space separated IDs of the instance EC2 instances to start.

  

Outputs

Output Name

Required

Description

Description

Captures the EC2 Instance Status Code.

FDAWS_OUT_EC2_INSTANCE_RESPCaptures the EC2 Instance Response Payload
FDAWS_OUT_EC2_INSTANCE_ERRCaptures the EC2 Instance Error Message.

  

Artifacts

This operation does not produce or consume artifacts.

  

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.  

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

...