You must be logged in to view saved presets
Configuration template to deploy a CloudFront distribution. A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
The following settings and configuration options are available:
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
CloudFrontDistribution:
Type: 'AWS::CloudFront::Distribution'
Properties:
DistributionConfig:
Enabled: true
IPV6Enabled: true
HttpVersion: http1.1
PriceClass: PriceClass_All
ViewerCertificate:
CloudFrontDefaultCertificate: true
Restrictions:
GeoRestriction:
RestrictionType: none
DefaultCacheBehavior:
TargetOriginId: ''
Compress: true
ViewerProtocolPolicy: allow-all
AllowedMethods:
- GET
- HEAD
CachedMethods:
- GET
- HEAD
CachePolicyId: 658327ea-f89d-4fab-a63d-7e88639e58f6
SmoothStreaming: false
Parameters: {}
Metadata: {}
Conditions: {}