startInstance (EC2)
Starts an EC2 instance running on a specified AWS Endpoint
 Â
Environment/Instance Properties
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 | The AWS region to operate on. To find the endpoint code for your region, see Amazon's Documentation. |
 Â
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
 Â
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Instance ID | 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.
- style