How To Host A Website On Amazon Web Services (AWS) - S3, Route 53, CloudFront, & Certificate Manager
How To Host A Website On Amazon Web Services (AWS) - S3, Route 53, CloudFront, and Certificate Manager.
🔥Don't have a Namecheap Domain name? https://bit.ly/2BYE3OC
AWS is a Cloud Web hosting platform
Amazon S3 is a simple storage service for your data
Route 53 is Amazon’s version of the Domain Name service
Cloudfront is a content delivery service
Namecheap is a domain name registrar, which provides domain name registration and web hosting services
AWS aws.amazon.com
Namecheap https://bit.ly/2BYE3OC
Slide Deck https://docs.google.com/presentation/d/1VxQDAtqX8nuAeKsjv_iPsqz44cifLSoFEAfRJ-gc2Ic/edit?usp=sharing
Amazon S3 Bucket Policy code:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::yourdomainnamehere.com/*"
}
]
}
Timestamps:
0:00 Intro
0:24 Presentation
3:50 Locate File and Test Offline Website
4:50 Sign up and Login in to AWS
05:23 Amazon S3 - Create a Bucket and Configure permissions and Bucket Policy
10:56 Amazon Route 53 - Create a Host Zone
12:09 Sign up to Namecheap and Sign in
12:52 Add DNS to Namecheap
14:27 Create a Distribution
15:08 Request a TLS/SSL Certificate for Apex and Sub domain name
16:47 Add CNAME record to Route 53
18:26 Configure Distribution
20:49 Add A Record to Route 53
22:21 Test Live Website with HTTPS
Grow your YouTube Channel with vidIQ https://vidiq.com/70s
⚡More Amazon Web Services Guides (Playlist) https://www.youtube.com/playlist?list=PLco3v23oibTUKFaOz6XRUGZmnosUWa7P5
🔥Social Media
SUBSCRIBE https://www.youtube.com/@Websplaining?sub_confirmation=1
Instagram (Thumbnail Collection) https://www.instagram.com/websplaining
Twitter (For Newest uploads) https://twitter.com/websplaining
Reddit (Discussions) https://www.reddit.com/r/Websplaining
Personal Website https://www.websplaining.com
#AmazonWebServices #AWS #HostWebsite #StaticWebsite #CloudHosting
💻DONT FORGET TO LIKE COMMENT AND SUBSCRIBE!