Versions Compared

Key

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

...

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_IDNoThe 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.

...