--- AWSTemplateFormatVersion: "2010-09-09" Description: > Bad ImageID Property Parameters: ImageId: Type: String Default: String Description: String Resources: AWSEC2Instance: Type: AWS::EC2::Instance Properties: ImageId: !Ref ImageId