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 EndpointFDAWS_ENDPOINTNoThe AWS endpoint to use.
AWS Cloud Account Code

FDAWS_ACCOUNT_CODE

Yes

The Cloud Account Code of the AWS.

AWS CLI Path

FDAWS_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 IDs

FDAWS_EC2_INP_INSTANCE_IDS

Yes

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

  

Outputs

Output Name

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.

Starts an EC2 instance running on a specified AWS Endpoint
  

Environment/Instance Properties

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

Property Code

Required

Description

AWS Access Key

FDAWS_ACCESS_KEY

Yes

The access key found on the "Security Credentials" page 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.

AWS Region

FDAWS_ENDPOINT

Yes

.

  

...

...

Required

...

Description

  

Inputs

...

Input Code

...

Required

...

Description

...

FDAWS_EC2_INP_INSTANCE_ID

...

Yes

...

The ID of the instance to start.

  

Outputs

...

Output Name

...

Required

...

Description

  

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.

...