🚀 Host your FREE Static Website on S3 with your CUSTOM URL 🛠️ AWS PROJECTS 🔥

  Рет қаралды 8,431

Pythoholic

Pythoholic

Күн бұрын

🚀 Welcome to Pythoholic's ultimate guide to hosting a FREE static website 🌐 using Amazon S3 with your very own custom domain URL. This step-by-step tutorial 📖 is your key to mastering this indispensable AWS skill 🔑.
🛠️ Together, we'll dive into each crucial stage - from buying a domain from a third-party service to Hosting a static website using Amazon S3.
🎓 You'll grasp how to tweak AWS Route 53 to align with your custom domain, generate SSL/TLS certificates 📜 with AWS Certificate Manager, and whip up a CloudFront distribution for bullet-proof HTTPS access 🔒.
🧭 Come onboard as we decipher cloud computing, empowering you to traverse the AWS landscape with utmost ease and assurance. Here's a snapshot of the exciting journey ahead 🎁:
00:00 - 🚀 Intro
00:40 - 🧭 Understanding Architecture
01:45 - 🌐 Hosting Static Website on S3
09:05 - 🖥️ Using Custom Domain with Hostinger
12:12 - 🗺️ Route 53 Configuration
22:00 - 🔐 SSL/TLS Certificates Creation
25:15 - 🛡️ CloudFront Distribution Setup
32:55 - 📝 Recap & Troubleshooting
33:16 - 👋 Outro
🚀 Welcome, Pythoholic tribe! We are on a mission to make tech and coding fun and accessible for everyone. If you found this video valuable, show some love by hitting the Like button 👍, sharing it far and wide 🌍, and subscribing for more tech insights 🦉. Got a question or feedback? We'd love to hear from you in the comments below! 🎧
Dive deeper into AWS with our FREE courses and playlists:
🎯 AWS Certified Developer Associate Course: tinyurl.com/dvac01
🎯 AWS Solutions Architect Associate Certification Playlist: tinyurl.com/y4lr8zu4
Find the slides from this channel and support us:
☕ Buy us a coffee and access exclusive content:
📚 Slides Available Here: ko-fi.com/pythoholic
📚 Slides Available Here: buymeacoffee.com/pythoholic
Support our mission:
💙 INSTAMOJO: instamojo.com/@pythoholic
💙 PAYPAL: paypal.me/pythoholic
💙 Check out the tech I use and recommend: www.amazon.in/shop/pythoholic
Connect and follow for more learning resources:
🔔 Podcast (Blabber Cloud): tinyurl.com/Pythoholic
🔔 KZbin: tinyurl.com/PythoholicYT
🚨Disclaimer: The content provided on this channel is independent and not affiliated with any organization. Our videos are based on our knowledge and understanding of the topic, and we recommend viewers conduct their own research to gain a fuller understanding. We're always seeking to improve, and your feedback helps us do that! Support the channel for more content like this in the future.
#AWSS3 #Route53 #CloudFront #Pythoholic #AWSGuide #StaticWebsiteHosting

Пікірлер: 35
@Pythoholic
@Pythoholic Жыл бұрын
Here's a snapshot of the exciting journey ahead 🎁: 00:00 - 🚀 Intro 00:40 - 🧭 Understanding Architecture 01:45 - 🌐 Hosting Static Website on S3 09:05 - 🖥 Using Custom Domain with Hostinger 12:12 - 🗺 Route 53 Configuration 22:00 - 🔐 SSL/TLS Certificates Creation 25:15 - 🛡 CloudFront Distribution Setup 32:55 - 📝 Recap & Troubleshooting 33:16 - 👋 Outro
@manjunathkotabal
@manjunathkotabal 5 ай бұрын
This is exactly what is i was looking for. Thanks
@Gamerbay2017
@Gamerbay2017 6 ай бұрын
This is fantastic! I spent hours trying to get a website working, and this was the only tutorial that got me there. Thank you!!!
@user-ub8bz2zr7s
@user-ub8bz2zr7s Жыл бұрын
looking for it for so many days. Finally I got it. Great learning.
@udbhavshrivastava
@udbhavshrivastava 7 ай бұрын
This was hands down the best guide I could've wanted for as someone who's just starting out. Thank you so so much !
@Pythoholic
@Pythoholic 7 ай бұрын
Thanks much
@roberto_camp
@roberto_camp 6 ай бұрын
kick-ass demo brother, nice job!
@corbingrossen
@corbingrossen 11 ай бұрын
I take my SysOps exam in about a month and majority of my studying has been through your aws videos. Best visual explanations I've come across. Please keep doing what you're doing, hopefully you'll get sponsored one day and big things come your way! When I look up videos on youtube to help me study I litterally type your name at the end in hopes you've covered it.
@Pythoholic
@Pythoholic 11 ай бұрын
Thanks a lot And all the very best for your exam 👍
@prashlovessamosa
@prashlovessamosa Жыл бұрын
Thanks top notch explanation.
@sidds09
@sidds09 2 ай бұрын
Thank you. Please add continuous updating process of the site. also do more projects.
@Pythoholic
@Pythoholic 2 ай бұрын
Thanks siddb09
@saleemnashawaty3179
@saleemnashawaty3179 3 ай бұрын
Thank you Chief
@swator7
@swator7 Жыл бұрын
thanks for share!!
@flamingodnews5073
@flamingodnews5073 8 ай бұрын
hey, thank you so much. I read some docs but somehow, the change in Route53's change of A record part is missing...; you saved my time!
@andrewsjeffrin
@andrewsjeffrin 7 ай бұрын
You're great man❤
@Pythoholic
@Pythoholic 7 ай бұрын
Thanks man
@senthilkumar5129
@senthilkumar5129 Жыл бұрын
Nice
@shhamma
@shhamma 7 ай бұрын
Hello, do we should change the policies bucket permissions to allow only getobject from our cloud front distributions ?
@Pythoholic
@Pythoholic 6 ай бұрын
Modifying the bucket permissions to allow only `GetObject` actions from your CloudFront distributions is a common and recommended practice for enhancing security and access control. This setup ensures that: 1. **Restricted Access**: Your Amazon S3 bucket's content can only be accessed via the CloudFront distribution. This prevents direct access to the S3 bucket, which can be a security risk. 2. **Optimized Performance**: CloudFront caches content from the S3 bucket, improving load times for end users. 3. **Access Control**: You can implement additional access control mechanisms in CloudFront, such as signed URLs or cookies, to further restrict who can access your content. 4. **Cost Efficiency**: CloudFront can reduce the load on your S3 bucket, potentially lowering costs. Remember, after updating the bucket policy, you should thoroughly test your CloudFront distribution to ensure that it can still access the S3 bucket as expected and that your application behaves as intended.
@anagnorisis2024
@anagnorisis2024 7 ай бұрын
Thanks Pythoholic for your useful video. I have a main domain website already hosted on GoDaddy, but I want to host a web/browser-based app on S3 and call the URL from a link or subpage html on my site. However, as your tutorial is on hosting the main domain on S3, how do I just host a subpage HTML and call it from my website?
@Pythoholic
@Pythoholic 7 ай бұрын
I think its just url redirection. The subpar url should have a mapping ie how it Wil be redirected to s3. That's an option
@aritchakraborty9543
@aritchakraborty9543 Жыл бұрын
Instead of creating the cert at AWS(it's costly) we can import our own cert in acm and follow the same steps.. right???
@Pythoholic
@Pythoholic Жыл бұрын
Yes you can import the same. This video covers using aws services.
@ferreiraview-360
@ferreiraview-360 10 ай бұрын
Thanks for the video i would like to know, if i hosting my webflow web page on s3 the entire site works the same like webflow hosting?
@Pythoholic
@Pythoholic 10 ай бұрын
Logically it should. And I feel it would
@ferreiraview-360
@ferreiraview-360 10 ай бұрын
@@Pythoholic yes i did buti dont know hoe put the dns and ip on cloudflare, do you know the best wau to do?
@AnsumanSingh1
@AnsumanSingh1 9 ай бұрын
what's the charge of using ACM ? on their website they have mentioned it's free, only underlying resources are charged, here we have used s3 only. so the charge will only for s3, correct ?
@Pythoholic
@Pythoholic 5 ай бұрын
AWS Certificate Manager (ACM) is primarily a free service for creating and managing SSL/TLS certificates. You're correct that ACM itself doesn't charge for the certificate management. However, there are costs associated with other AWS services that you might use in conjunction with ACM. Here's how it breaks down: 1. **ACM Certificates**: - **Free**: The certificates provided by ACM for use with AWS resources (like Elastic Load Balancers, Amazon CloudFront distributions, and APIs on API Gateway) are free. - **Renewals**: ACM also handles the renewal process of the certificates automatically at no extra charge. 2. **ACM Private CA**: - If you use ACM's Private Certificate Authority (Private CA) for creating private certificates, there are costs involved. This includes a monthly charge for the operation of the Private CA and a fee for each private certificate issued. 3. **Associated AWS Services**: - While the certificate from ACM is free, the AWS resources you use with the certificate (like ELB, CloudFront, or API Gateway) will have their own associated costs. - For example, if you use ACM certificates with an Elastic Load Balancer, you'll incur charges for the ELB, but not for the certificates themselves. 4. **S3 Charges**: - If you're using S3 (Simple Storage Service) in conjunction with ACM (for instance, to store or log data), then you'll be charged for S3 usage. This includes charges for storage, requests, and data transfer out of S3. So, in your case, if you're using ACM for managing certificates and the only other AWS service you're using is S3, your charges would primarily come from your S3 usage, not from ACM. Always consider the pricing of the specific AWS services you're utilizing in your architecture to understand the complete cost picture.
@kiran811
@kiran811 Жыл бұрын
I am not able to host my custom URL using s3 bucket. My URL is timing out
@Pythoholic
@Pythoholic Жыл бұрын
I didn't get u . Which url are u referring to
@leland9002
@leland9002 Жыл бұрын
Promo-SM 🌈
Amazon S3 - Static Website Hosting with Custom Domain and TLS
16:28
Bryan Krausen
Рет қаралды 23 М.
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 915 М.
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 33 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 7 МЛН
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 37 МЛН
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 9 МЛН
DNS & Amazon Route 53 Deep dive
53:08
EICIT Learning
Рет қаралды 12 М.
How to put an HTML website online (on the Internet)
29:37
SuperSimpleDev
Рет қаралды 1,5 МЛН
`const` was a mistake
31:50
Theo - t3․gg
Рет қаралды 132 М.
Build with Me: Launch a website on Amazon S3 | AWS Project
8:04
Tech With Lucy
Рет қаралды 113 М.
how did I NOT know about this?
23:06
NetworkChuck
Рет қаралды 903 М.
Remotely access and share your self-hosted services
18:05
Tailscale
Рет қаралды 57 М.
How I Coded An Entire Website Using ChatGPT
18:22
Nick White
Рет қаралды 1,9 МЛН
Это - iPhone 16 и вот что надо знать...
17:20
Overtake lab
Рет қаралды 137 М.
Xiaomi SU-7 Max 2024 - Самый быстрый мобильник
32:11
Клубный сервис
Рет қаралды 523 М.