AWS CloudFormation
User Guide (API Version 2010-05-15)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Go to the Kindle Store to download this guide in Kindle format.Did this page help you?  Yes | No |  Tell us about it...

AWS CloudFormation AutoScaling EBS Block Device Property Type

The AutoScaling EBS Block Device type is an embedded property of the AutoScaling Block Device Mapping type.

Syntax

{
   "SnapshotId" : String,
   "VolumeSize" : String,
}     

Properties

SnapshotId

The snapshot ID of the volume to use.

Required: Conditional. You can specify either SnapshotId or VolumeSize, but not both.

Type: String.

VolumeSize

The volume size, in Gibibytes (GiB). This can be a number from 1 – 1024. If the volume type is "io1", the minimum value is 10.

Required: Conditional. You can specify either SnapshotId or VolumeSize, but not both.

Type: String.

Examples

For AutoScaling EBS Block Device snippets, see Auto Scaling Launch Configuration Resource.