Skip to content

Commit

Permalink
Merge pull request #49 from estrabd/Issue-48-BlockDeviceMapping-POD
Browse files Browse the repository at this point in the history
Issue 48 - update POD to mention run_instances parameters
  • Loading branch information
jadeallenx committed Jan 14, 2016
2 parents 5643c21 + a96bd69 commit d976345
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions lib/Net/Amazon/EC2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4434,6 +4434,31 @@ This is the virtual name for a blocked device to be attached, may pass in a scal
This is the device name for a block device to be attached, may pass in a scalar or arrayref
=item BlockDeviceMapping.Ebs.VolumeSize (optional)
Specifies the size of the root block device as an integer (GB). If used, required
that C<BlockDeviceMapping.DeviceName> also be specified. One may pass in a
scalar or arrayref. This parameter will override the disk size settings implied
by the C<InstanceType>, if used.
Additional volume related parameters include,
=over
=item BlockDeviceMapping.Ebs.SnapshotId
May pass in a scalar or arrayref.
=item BlockDeviceMapping.Ebs.VolumeType
May pass in a scalar or arrayref.
=item BlockDeviceMapping.Ebs.DeleteOnTermination
May pass in a scalar or arrayref.
=back
=item Encoding (optional)
The encoding.
Expand Down

0 comments on commit d976345

Please sign in to comment.