Creates an EC2 instance running on a specified AWS Endpoint
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDAWS_EC2_ACCESS_KEY | Yes | The access key found on the "Security Credentials" page of the AWS management console. |
FDAWS_EC2_SECRET_KEY | Yes | The secret key found on the "Security Credentials" page of the AWS management console. |
FDAWS_EC2_ENDPOINT | Yes | The AWS endpoint to use for plugin operations |
Inputs
Property Name | Required | Description |
---|---|---|
FDAWS_EC2_INSTANCE_TYPE | Yes | The type of instance to create (e.g. c4.xlarge) |
FDAWS_EC2_IMAGE_ID | Yes | The id of the AMI to use (e.g. ami-d0f506b0) |
FDAWS_EC2_SEC_GROUP_NAME | Yes | The name of the security group to create with. |
FDAWS_EC2_KEY_NAME | Yes | The name of the key to create with. |
FDAWS_EC2_MIN_INSTANCES | No | The minimum number of instances to create. Default is 1. If this is set higher than the number of instances allowed in the target Availability Zone, no instances are launched. |
FDAWS_EC2_MAX_INSTANCES | No | The maximum number of instances to create. Default is 1. If this is set higher than the number of instances allowed in the target Availability Zone, the maximum number of available instances are launched. |
FDAWS_EC2_ELASTIC_IP_ID | No | The allocation ID of the elastic IP to use on creation. To create a new elastic IP, enter "new". The allocation ID can be found on the "Elastic IPs" page of the AWS management console. |
Outputs
Property Name | Required | Description |
---|---|---|
FDAWS_EC2_OUT_INSTANCE_ID | No | The instance ID of the created instance. |
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.