Skip to content

emangual/cloudfront-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudFront Continuous Deployment Setup

This repo contains Terraform infrastructure and AWS CLI scripts for managing CloudFront continuous deployment with separate S3 buckets for prod/staging and a custom domain.

Structure

  • terraform/ — Infrastructure code (S3, CloudFront, ACM)
  • scripts/ — Bash script for promoting staging config to prod

Promotion

To promote the staging CloudFront config to the primary distribution:

cd scripts
chmod +x promote_staging_to_prod.sh
./promote_staging_to_prod.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors