April 2017
Intermediate to advanced
394 pages
10h 31m
English
The first (and only) thing we need to do is configure a CloudFront distribution as shown in the following diagram:

AWSTemplateFormatVersion: '2010-09-09' Parameters: OriginDomainName: Description: The hostname of your origin (i.e. www.example.org.s3-website-ap-southeast-2.amazonaws.com) Type: String Aliases: Description: Comma delimited list of aliases (i.e. example.org,www.example.org) Type: CommaDelimitedList Resources: DistributionALogBucket: Type: AWS::S3::Bucket DistributionA: Type: AWS::CloudFront::Distribution Properties: DistributionConfig: Origins: ...Read now
Unlock full access