mdn / infra

(Deprecated) MDN Web Docs Infrastructure scripts and configuration
Mozilla Public License 2.0
52 stars 32 forks source link

SE-2442 Add Staging Updates CDN #509

Closed bkochendorfer closed 3 years ago

bkochendorfer commented 3 years ago

Creates a CloudFront distribution backed by a new S3 bucket. The S3 bucket has a default expiration of 90 days. The CloudFront distribution is reusing some cache and origin request policies we have created for other products such as MDN-Yearlong-Caching, CachingDisabled and CORS-S3Origin.

I pointed DNS at the new CloudFront distribution and verified the certificate. I generated access and secret keys for the IAM user and verified I can add to the bucket.

This distribution can be reached at https://updates.developer.allizom.org/

bkochendorfer commented 3 years ago

Thanks @escattone! I just pushed up changes based on your feedback.