AWSTemplateFormatVersion: '2010-09-09' Description: |- > Creates an S3 bucket configured for hosting a static webpage. > Creates CloudFront distribution that has access to read the S3 bucket. Parameters: RootDomainName: Type: String Default: privacy.sexy Description: The root DNS name of the website e.g. privacy.sexy AllowedPattern: (?!-)[a-zA-Z0-9-.]{1,63}(?