This template attaches an EC2 EBS volume to the EC2 instance with the logical name 'Ec2Instance'. It creates a new volume with a size of 100 and in the same availability zone as the instance. The volume is tagged with a key-value pair. Then, it attaches the volume to the instance with the specified device name '/dev/sdh'.

NewVolume
AWS::EC2::Volume


Tags

MountPoint
AWS::EC2::VolumeAttachment


CloudFormation Template

Share Template