website: document iam instance profile

This commit is contained in:
Mitchell Hashimoto 2013-07-31 11:43:52 -07:00
parent 6f8076ca1d
commit 52b310aeda
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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