Deploy a React Application to S3 and Cloudfront with a custom domain in Route53 using Github Actions
What you'll learn
- How to create a private S3 bucket and point a cloudfront distribution to it
- How to create a certificate to enable SSL on a cloudfront distribution
- How to create a cloudfront distribution and use an OAI to allow cloudfront to access content in a private s3 bucket
- Point a custom domain name to a cloudfront distribution
- How to create an AWS policy, and user
- How to setup a GitHub repository
- How to configure GitHub Actions with AWS credentials to deploy to s3
Improvements from Previous Video
- Better Security
- Private Bucket
- Cloudfront Distribution
- Custom domain using Route53
Previous Video: https://www.youtube.com/watch?v=lZ2SwKxcc88&t=1s
Google Doc with Templates: https://docs.google.com/document/d/153sSyKSrM8dE6eu9eQETyzEMdQmQXUh8FzCRLhE22qc/edit
Download
0 formats
No download links available.
Deploy React App to S3 and Cloudfront with Github Actions | NatokHD