website: document iam instance profile

pull/919/head
Mitchell Hashimoto 13 years ago
parent 7c5edb4d64
commit cecb797e61

@ -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…
Cancel
Save