website: document iam instance profile
This commit is contained in:
parent
6f8076ca1d
commit
52b310aeda
|
@ -58,6 +58,10 @@ Required:
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
|
* `iam_instance_profile` (string) - The name of an
|
||||||
|
[IAM instance profile](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
||||||
|
to launch the EC2 instance with.
|
||||||
|
|
||||||
* `security_group_id` (string) - The ID (_not_ the name) of the security
|
* `security_group_id` (string) - The ID (_not_ the name) of the security
|
||||||
group to assign to the instance. By default this is not set and Packer
|
group to assign to the instance. By default this is not set and Packer
|
||||||
will automatically create a new temporary security group to allow SSH
|
will automatically create a new temporary security group to allow SSH
|
||||||
|
|
|
@ -89,6 +89,10 @@ Optional:
|
||||||
* `bundle_vol_command` (string) - The command to use to bundle the volume.
|
* `bundle_vol_command` (string) - The command to use to bundle the volume.
|
||||||
See the "custom bundle commands" section below for more information.
|
See the "custom bundle commands" section below for more information.
|
||||||
|
|
||||||
|
* `iam_instance_profile` (string) - The name of an
|
||||||
|
[IAM instance profile](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
||||||
|
to launch the EC2 instance with.
|
||||||
|
|
||||||
* `security_group_id` (string) - The ID (_not_ the name) of the security
|
* `security_group_id` (string) - The ID (_not_ the name) of the security
|
||||||
group to assign to the instance. By default this is not set and Packer
|
group to assign to the instance. By default this is not set and Packer
|
||||||
will automatically create a new temporary security group to allow SSH
|
will automatically create a new temporary security group to allow SSH
|
||||||
|
|
Loading…
Reference in New Issue