January 2019
Intermediate to advanced
490 pages
15h 37m
English
I will use a domain name, quizzer.cloud, to demonstrate how to use custom domains for S3 static websites with CloudFormation template:
Parameters: RootDomainName: Description: Domain name for your website (quizzer.cloud) Type: String SubDomainName: Description: Sub Domain name for your website (www.quizzer.cloud) Type: String
Resources: RootBucket: Type: AWS::S3::Bucket Properties: BucketName: !Ref RootDomainName AccessControl: PublicRead WebsiteConfiguration: IndexDocument: index.html ErrorDocument: ...
Read now
Unlock full access