Skip to content

Commit

Permalink
update README for ebs_volume provider to add new params
Browse files Browse the repository at this point in the history
  • Loading branch information
scalp42 committed Apr 6, 2015
1 parent 7d2f6ac commit 6322f5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ during the Compile Phase of the Chef run.
ec2_hints.rb
------------

This recipe is used to setup the ec2 hints for ohai in the case that an
This recipe is used to setup the ec2 hints for ohai in the case that an
instance is not created using knife-ec2.

Libraries
Expand Down Expand Up @@ -192,6 +192,8 @@ Attribute Parameters:
* `volume_type` - "standard", "io1", or "gp2" ("standard" is magnetic, "io1" is piops SSD, "gp2" is general purpose SSD)
* `piops` - number of Provisioned IOPS to provision, must be >= 100
* `existing_raid` - whether or not to assume the raid was previously assembled on existing volumes (default no)
* `encrypted` - specify if the EBS should be encrypted
* `kms_key_id` - the full ARN of the AWS Key Management Service (AWS KMS) master key to use when creating the encrypted volume (defaults to master key if not specified)

## ebs_raid.rb

Expand Down

0 comments on commit 6322f5b

Please sign in to comment.