AWSTemplateFormatVersion: 2010-09-09 Description: Drupal CloudFront Web Distribution Parameters: OriginDnsName: Description: The public load balancer dns name. Type: String OriginAccessProtocol: Description: Protocol to be used by CloudFront to connect to Loadbalancer Type: String AllowedValues: - http-only - https-only - match-viewer Default: http-only ConstraintDescription: Choose http-only or https-only or match-viewer CloudFrontAlias: Description: Alias for the CloudFront distribution. E.g. cdn.mysite.com Type: List Default: cdn.default AllowedPattern: "(?!-)[a-zA-Z0-9-.]*(?