Merge pull request #2599 from kelcecil/ebs_optimized

Add ebs_optimized argument to launch_configuration docs
This commit is contained in:
Radek Simko 2015-07-05 09:29:58 +02:00
commit 1e56b607a0
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ The following arguments are supported:
* `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC. * `associate_public_ip_address` - (Optional) Associate a public ip address with an instance in a VPC.
* `user_data` - (Optional) The user data to provide when launching the instance. * `user_data` - (Optional) The user data to provide when launching the instance.
* `enable_monitoring` - (Optional) Enables/disables detailed monitoring. This is enabled by default. * `enable_monitoring` - (Optional) Enables/disables detailed monitoring. This is enabled by default.
* `ebs_optimized` - (Optional) If true, the launched EC2 instance will be EBS-optimized.
* `block_device_mapping` - (Optional) A list of block devices to add. Their keys are documented below. * `block_device_mapping` - (Optional) A list of block devices to add. Their keys are documented below.
<a id="block-devices"></a> <a id="block-devices"></a>