This template creates an EC2 instance with a block device mapping. It specifies an io1 volume with a size of 20 GB and overrides a device specified in the AMI block device mapping using NoDevice.

MyEC2Instance
AWS::EC2::Instance


BlockDeviceMappings
Ebs
NoDevice
Ebs
NoDevice

CloudFormation Template

Share Template