|
|
|
|
@ -34,11 +34,11 @@ The following arguments are supported:
|
|
|
|
|
* `placement_group` - (Optional) The Placement Group to start the instance in.
|
|
|
|
|
* `ebs_optimized` - (Optional) If true, the launched EC2 instance will be
|
|
|
|
|
EBS-optimized.
|
|
|
|
|
* `monitoring` - (Optional) If true, the launched EC2 instance will have detailed monitoring enabled.
|
|
|
|
|
* `disable_api_termination` - (Optional) If true, enables [EC2 Instance
|
|
|
|
|
Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination)
|
|
|
|
|
* `instance_type` - (Required) The type of instance to start
|
|
|
|
|
* `key_name` - (Optional) The key name to use for the instance.
|
|
|
|
|
* `monitoring` - (Optional) If true, the launched EC2 instance will have detailed monitoring enabled. (Available since v0.6.0)
|
|
|
|
|
* `security_groups` - (Optional) A list of security group names to associate with.
|
|
|
|
|
If you are within a non-default VPC, you'll need to use `vpc_security_group_ids` instead.
|
|
|
|
|
* `vpc_security_group_ids` - (Optional) A list of security group IDs to associate with.
|
|
|
|
|
|