This video is part of the following playlists:
Learn how to deploy a react app, or any static website, to a Cloud Front distribution custom domain name and SSL Certificate.
aws s3 sync directory-path "s3://your-bucket-name/" aws cloudfront create-invalidation --distribution-id your-distribution-id --paths '/*'
๐Route 53 Domain Name https://youtu.be/jDz4j_kkyLA
๐ AWS CLI https://youtu.be/_DIRSI07kxY
๐S3 Static Website AWS CLI https://sammeechward.com/aws-cli-s3-static-website/
Find an issue with this page?ย Fix it on GitHub