Тёмный

AWS Hosting static website on S3 with custom domain 

AWS with Chetan
Подписаться 89 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@ibmuser13
@ibmuser13 4 года назад
very good tutorial .. especially the diagram that showed the flow of the DNS request to the S3 bucket! Keep up the great work Chetan!!
@s1eepr709
@s1eepr709 4 года назад
Thank you! this was extremley well don i'm very surprised because i was looking for a tutorial all day thanks again!
@testaws2615
@testaws2615 4 года назад
Could you please kindly send the url to the second video you mention (i.e. to enable the secure connection) I can not seem to find it. Thank you.
@nilukaranmal
@nilukaranmal 4 года назад
Great lessons! Managed to set up website.
@MichaelSarroff
@MichaelSarroff 4 года назад
A big thank you, this is the only video that has helped me to successfully get it right.... May I ask for another video workflow to include adding a SSL for HTTPS (ACM) ?
@AWSwithChetan
@AWSwithChetan 4 года назад
Hi Michael, glad that it helped. For https you need to bring in CloudFront. Not sure if I have video here on youtube but it’s definitely there in my Udemy course on AWS VPC and Networking
@ArpitJain03
@ArpitJain03 4 года назад
Awesome... I followed your steps and it worked. Thanks :-)
@swarnakemsaram4635
@swarnakemsaram4635 Год назад
Very effective video.. One question as the website was taken from Godaddy and hosted in aws how does this work in real life projects
@AWSwithChetan
@AWSwithChetan Год назад
It works pretty much the same in real life. You can buy domain name from anywhere and can manage DNS in AWS Route53. If you want you can also transfer the domain names to AWS as well.
@ishaym6407
@ishaym6407 4 года назад
Perfect, Thank u.
@nirosham1808
@nirosham1808 3 года назад
i have uploaded php file but i didnt get the uotput..can u pls help me
@alanac9057
@alanac9057 4 года назад
Thank you so much! This was extremely helpful and the best video I have found so far for this topic.
@asatech92
@asatech92 Год назад
How to deploy a website which should be accessible only from a company's VPN and not from public
@AWSwithChetan
@AWSwithChetan Год назад
You should host website on EC2 (Private subnet) and have site to site VPN between VPC and on-prem network.
@asatech92
@asatech92 Год назад
@@AWSwithChetan thanks
@dhairyadudhatra278
@dhairyadudhatra278 3 года назад
i am still not able to understand why to create 2 buckets instead we can directly point to the bucket which has files.
@AWSwithChetan
@AWSwithChetan 3 года назад
Just because we want to redirect the main domain to www. Yes you may just have single bucket and point the R53 domain to that bucket as well. But in that case redirection will not happen. Its good practice to have www subdomain for web contents.
@dhairyadudhatra278
@dhairyadudhatra278 3 года назад
@@AWSwithChetan yeah but wont it increase the latency or responce time..becuase request is passing through so many things .
@AWSwithChetan
@AWSwithChetan 3 года назад
Actually we are talking here about DNS resolution and not the actual request routing. Typically DNS will be cached at multiple levels e.g browser, system, local DNS server and hence this would just happen after every TTL expiration for DNS records. Moreover DNS queries are extremely fast and doesn’t need more than few milliseconds to get a response. So you won’t be really slowed down due to redirection.
@dhairyadudhatra278
@dhairyadudhatra278 3 года назад
@@AWSwithChetan i tried implementing this method but i am having some errors .i dont know what is.i can give you necessary access please can you help me?
@AWSwithChetan
@AWSwithChetan 3 года назад
It will be difficult to help in person. Only change since this video was made is that there are s3 block public settings got added. You need to disable these settings at S3 level and bucket level in order to make bucket public. Hope that helps.
@adarshs5974
@adarshs5974 4 года назад
how do i ssl to this
@AWSwithChetan
@AWSwithChetan 4 года назад
Hi Adarsh, you need to use CloudFront infront of S3 and apply your Digital Certificates ( you can get it from Amazon ACM) to cloudfront.
@Ajay11334
@Ajay11334 4 года назад
Nice tutorial bro... But mine is not redirecting to www. I followed each step but still I can see my site when I put www.domain.com but do not when I just put domain.com ... Any suggestions?
@AWSwithChetan
@AWSwithChetan 4 года назад
Whats your actual domain name? You need to make sure your do correct s3 bucket configurations to redirect domain
@nitishpruthi3198
@nitishpruthi3198 3 года назад
@@AWSwithChetan same error with me , my domain is www.thelitstore.co.in
@nirosham1808
@nirosham1808 3 года назад
can we upload php files here.
@AWSwithChetan
@AWSwithChetan 3 года назад
Hi, s3 can be used to host only static pages like html or java script. PHP needs server side processing and hence you can’t host on S3. You can use EC2 instance to host your web.
@nirosham1808
@nirosham1808 3 года назад
@@AWSwithChetan can u pls send me the link how to run mu php application..it will be helpful for my major project
@nirosham1808
@nirosham1808 3 года назад
@@AWSwithChetan actually i have created a e-commerce website and planning to run it in aws cloud..this is my major project
Далее