From b2b9e28cc47361373151cdbec8a16fe54f8a7d18 Mon Sep 17 00:00:00 2001 From: Jon-Erik Schneiderhan Date: Tue, 17 Sep 2013 10:15:55 -0400 Subject: [PATCH] Quick doc update with some available EBS properties It took me a few tries to get the properties right so I figured a quick update to the docs may save some one a few mins in the future. --- lib/fog/aws/requests/compute/run_instances.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fog/aws/requests/compute/run_instances.rb b/lib/fog/aws/requests/compute/run_instances.rb index aac4dcf5c..5f55a021a 100644 --- a/lib/fog/aws/requests/compute/run_instances.rb +++ b/lib/fog/aws/requests/compute/run_instances.rb @@ -28,6 +28,8 @@ module Fog # * 'Ebs.SnapshotId'<~String> - id of snapshot to boot volume from # * 'Ebs.VolumeSize'<~String> - size of volume in GiBs required unless snapshot is specified # * 'Ebs.DeleteOnTermination'<~String> - specifies whether or not to delete the volume on instance termination + # * 'Ebs.VolumeType'<~String> - Type of EBS volue. Valid options in ['standard', 'io1'] default is 'standard'. + # * 'Ebs.Iops'<~String> - The number of I/O operations per second (IOPS) that the volume supports. Required when VolumeType is 'io1' # * 'ClientToken'<~String> - unique case-sensitive token for ensuring idempotency # * 'DisableApiTermination'<~Boolean> - specifies whether or not to allow termination of the instance from the api # * 'SecurityGroup'<~Array> or <~String> - Name of security group(s) for instances (not supported for VPC)