January 2019
Intermediate to advanced
490 pages
15h 37m
English
I will use a bucket named quizzercloud (or one of its variations) for all of the CloudFormation templates within this chapter:
Parameters: BucketName: Description: Bucket name for your website Type: String
Resources: MyBucket: Type: AWS::S3::Bucket Properties: BucketName: !Ref BucketName AccessControl: PublicRead WebsiteConfiguration: IndexDocument: index.html ErrorDocument: error.html
WebsitePublicAccessPolicy: Type: AWS::S3::BucketPolicy Properties: Bucket: !Ref MyBucket ...
Read now
Unlock full access