Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused regionmap. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions s3-static-website-with-cloudfront-and-route-53.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ Parameters:
Type: String
Description: the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate.
AllowedPattern: "arn:aws:acm:.*"
Mappings:
RegionMap:
us-east-1:
S3HostedZoneId: Z3AQBSTGFYJSTF
us-west-1:
S3HostedZoneId: Z2F56UZL2M1ACD
us-west-2:
S3HostedZoneId: Z3BJ6K6RIION7M
eu-west-1:
S3HostedZoneId: Z1BKCTXD74EZPE
ap-southeast-1:
S3HostedZoneId: Z3O0J2DXBE1FTB
ap-southeast-2:
S3HostedZoneId: Z1WCIGYICN2BYD
ap-northeast-1:
S3HostedZoneId: Z2M4EHUR26P7ZW
sa-east-1:
S3HostedZoneId: Z31GFT0UA1I2HV
Resources:
WebsiteBucket:
Type: AWS::S3::Bucket
Expand Down