{ "AWSTemplateFormatVersion" : "2010-09-09", "Description" : "AWS CloudFormation Sample Template Route53_CNAME: Sample template showing how to create an Amazon Route 53 CNAME record. It assumes that you already have a Hosted Zone registered with Amazon Route 53. **WARNING** This template creates one or more AWS resources. You will be billed for the AWS resources used if you create a stack from this template.", "Parameters" : { "HostedZone" : { "Type" : "String", "Description" : "The DNS name of an existing Amazon Route 53 hosted zone", "AllowedPattern" : "(?!-)[a-zA-Z0-9-.]{1,63}(?