"MyAttachment" : {
      "Type" : "AWS::EC2::VolumeAttachment",
      "Properties" : {
        "Device" : "/dev/sdd",
        "InstanceId" : { "Ref" : "MyWebServer" },
        "VolumeId" : { "Ref" : "MyVolume" }
      }
    }
  }
}
