Skip to content

Commit

Permalink
Merge pull request #94 from organicveggie/ebs_optimized
Browse files Browse the repository at this point in the history
Documentation for launching EBS Optimized instances.
  • Loading branch information
trevorrowe committed Dec 10, 2012
2 parents 581543e + 7ccee10 commit ff82752
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/aws/ec2/instance_collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,16 @@ class InstanceCollection < Collection
# valid for instances launched outside a VPC (e.g. those
# launched without the :subnet option).
#
# @option options [Boolean] :ebs_optimized (false) EBS-Optimized instances
# enable Amazon EC2 instances to fully utilize the IOPS provisioned on
# an EBS volume. EBS-optimized instances deliver dedicated throughput
# between Amazon EC2 and Amazon EBS, with options between 500 Mbps and
# 1000 Mbps depending on the instance type used. When attached to
# EBS-Optimized instances, Provisioned IOPS volumes are designed
# to deliver within 10% of their provisioned performance 99.9% of the time.
# *NOTE:* EBS Optimized instances incur an additional service charge. This
# optional is only valid for certain instance types.
#
# @return [Instance or Array] If a single instance is being created,
# this returns an {EC2::Instance} to represent the newly
# created instance. Otherwise it returns an array of instance
Expand Down

0 comments on commit ff82752

Please sign in to comment.