Тёмный
No video :(

Serverless Web Application frontend using CloudFront and S3 in AWS | Dynamic website hosting Part 1 

Beyond The Cloud
Подписаться 1,6 тыс.
Просмотров 5 тыс.
50% 1

Hello Dear All, my name is Amit. I am here to give some tips and tricks about cloud learning and some day to day problem solving methods. I'm an professional cloud engineer, working in this fields for 12+ years.
If you have any queries regarding AWS issues... feel free to reach out to me.
In this video, I have discussed AWS S3 website hosting with CloudFront.
“Serverless” is the concept of running applications without managing dedicated Linux servers yourself, usually with a Platform-as-a-Service solution like AWS’s App Runner or Lambda Functions. While you may run a normal application like NGINX on an EC2 virtual machine, you can usually serve the same kind of app without running servers.
The benefit to this solution is zero reliance on your own servers-S3 will always respond to requests, so you can have as many people as you want accessing your site. In front of S3, you can use CloudFront, AWS’s Content Delivery Network (CDN) solution. CloudFront runs hundreds of edge caches, which all cache requests to S3 for you, increasing latency & throughput, and lowering cost.
My email Id : beyondthecloud2022@gmail.com
facebook: / beyondthecloud2022
Linkedin: / beyondthecloud2023
#aws #amazonwebservices #software #softwareengineer #developers #clouds #cloudengineer #cloudcomputing #systemdesign #database #programming #fullstack #cloudsecurity #security #fullstacksoftwareengineering #itindustry #engineering #engineer #beyondthecloud #AWSSystemsmanager #AWSdocuments #AWSautomation #s3 #S3sucurity #yamlfile #jsontemplate #python #pythonprogramming #awsec2 #awsec2security #ec2security #instancemetadata #ec2 #awslambda #awsconfig #cloudwatch #dynamodb #awsiam #boto3 #cdk #infrastructure #insfrastructureascode #python #sqs #serverless #sam #awssam #docker #dockercontainer #java #cloudfront #contentdeliverynetwork #awscloudfront
@BeABetterDev @AWSTutorialsOnline @cluut @TinyTechnicalTutorials @BlockExplorerMedia @nickchapsas @itversity @TechwithLucy @Intellipaat @knowledgeindia @SimplilearnOfficial @TechnicalGuftgu @MachineLearningHub @edurekaIN @in28minutes @CodeWithHarry @QuickSupport @byluckysir

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

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@beyondthecloud
@beyondthecloud Год назад
Please provide your valuable feedback in the comment section. Please like share and subscribe for more upcoming content.
@pupun813
@pupun813 Год назад
very nice feature this cloudfront root object. Waiting for the next part
@rajeshct507
@rajeshct507 Год назад
It's a very useful video Sir , please upload this kind of real world use case projects , it helps a lot for all of us. One suggestion from my end , if you can include WAF before CDN , it adds an extra layer of security to the application . Thank you sir for creating content like this . Hopefully we will see more videos in the future like this ❤.
@beyondthecloud
@beyondthecloud Год назад
Thanks a lot for your comment.. Yes you are absolutely correct. We can definitely use waf before cdn... best of luck
@tusharverma3472
@tusharverma3472 Год назад
One of the best video out so far with clear demo of concepts.Thanks!
@beyondthecloud
@beyondthecloud Год назад
Glad it was helpful!
@KrishnaReddy-yt9nt
@KrishnaReddy-yt9nt 9 месяцев назад
Sir, you are my savior thank you for making these videos. Please keep uploading more such content. 🤟
@beyondthecloud
@beyondthecloud 9 месяцев назад
So nice of you
@anyammbuya6349
@anyammbuya6349 11 месяцев назад
Great Video. I Learnt a lot. Thanks. As a suggestion adding an alternate user-friendly domain name and an SSL certificate will further spice things up.
@beyondthecloud
@beyondthecloud 11 месяцев назад
Thanks for the tip!
@user-bx3ue8tx1i
@user-bx3ue8tx1i 11 месяцев назад
Awesome content!! Extremely well explained I really appreciated, I have been struggling with some of these concepts but ypu made it very easy to follow and understand
@beyondthecloud
@beyondthecloud 11 месяцев назад
Glad it was helpful!
@Blomvi
@Blomvi Год назад
New to cloud and hope your tutorial will make me expert. Nice content
@beyondthecloud
@beyondthecloud Год назад
Sure you will succeed. Let me know any specific topic you want to learn.
@sitanshumishra7854
@sitanshumishra7854 9 месяцев назад
Please make in-depth video for each service of aws
@beyondthecloud
@beyondthecloud 9 месяцев назад
will definitely try
@mohanthosare5876
@mohanthosare5876 Год назад
now i need that files
@ajyee6400
@ajyee6400 6 месяцев назад
Great content, keep up the hard work!
@beyondthecloud
@beyondthecloud 5 месяцев назад
Appreciate it!
@bepositive6525
@bepositive6525 Год назад
Informative video… thank you…
@sampath853
@sampath853 Год назад
very good explanation sir
@beyondthecloud
@beyondthecloud Год назад
Glad you liked it!!
@ThabeloRamabulana
@ThabeloRamabulana 9 месяцев назад
I love the content💯
@beyondthecloud
@beyondthecloud 9 месяцев назад
Thanks a lot
@moaru98
@moaru98 3 месяца назад
What will happen if I replace the S3 bucket with Apprunner ?
@beyondthecloud
@beyondthecloud 3 месяца назад
App Runner is a wholesome service offered by AWS. you have to configure lots of things to replace the backend you are referring to. In case you want to do it, you may then reach out to app runner endpoint from cloudfront directly
@Ankur_Singh_AWS
@Ankur_Singh_AWS 11 месяцев назад
Hi, Thanks for creating and explaining the step by step approach, I tried to follow along but application is through error while I tried to save or return the result from Dynamo DB table, Could you please guide?
@beyondthecloud
@beyondthecloud 11 месяцев назад
what is the error? Did you give lambda correct permission?
@Ankur_Singh_AWS
@Ankur_Singh_AWS 11 месяцев назад
​@@beyondthecloudyes, I have provided full dynamodb access to lambda function and I am able to test it from API gateway as well Actual error is around CORS when I try to access Cloudfront distribution
@Ankur_Singh_AWS
@Ankur_Singh_AWS 11 месяцев назад
​@@beyondthecloud I able to figure out the error , I changed API from regional to Edge Optimized and CORS error disappeared, Kudos to you on uploading such great and valuable content
@maximusflynny777
@maximusflynny777 7 месяцев назад
great video. Do you have a github link for the profle.html and script.js code?
@beyondthecloud
@beyondthecloud 5 месяцев назад
In the description
@joydeepchakraborty1966
@joydeepchakraborty1966 10 месяцев назад
greate video.can u share the files which are used in the video
@beyondthecloud
@beyondthecloud 9 месяцев назад
Check description github.com/nspacer/serverless-website-hosting
@noobxtrader
@noobxtrader Год назад
please drop the s3 policy used here.. its showing error to me
@beyondthecloud
@beyondthecloud Год назад
{ "Version": "2012-10-17", "Statement": { "Sid": "AllowCloudFrontServicePrincipalReadOnly", "Effect": "Allow", "Principal": { "Service": "cloudfront.amazonaws.com" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::/*", "Condition": { "StringEquals": { "AWS:SourceArn": "arn:aws:cloudfront:::distribution/" } } } }
@57_onkarsuryavanshi_comps36
Hello I am getting an error of No 'Access-Control-Allow-Origin' header is present on the requested resource. Do you have a solution ?
@beyondthecloud
@beyondthecloud Год назад
Well, I have explained in the video to enable CORS for API Gateway. I think you are facing issue because didn't enable it. Please enable it and how to do that you will find it in the video itself
@57_onkarsuryavanshi_comps36
@@beyondthecloud I AM ALSO FACING ISSUE OF favicon.ico file 403 Error.
@naaa_anveshana
@naaa_anveshana Год назад
Hlo could you please explain lamda function
@beyondthecloud
@beyondthecloud Год назад
Which Lambda function?
@mohanthosare5876
@mohanthosare5876 Год назад
how will get this profile.html file and script.js file
@beyondthecloud
@beyondthecloud Год назад
Please check the part 2 of the video and its description box. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-oPYMsf78YAc.html
@debroy771
@debroy771 6 месяцев назад
where can I get the source code
@beyondthecloud
@beyondthecloud 5 месяцев назад
check the description
@user-fs7zd8wf5l
@user-fs7zd8wf5l Месяц назад
Sir can i get the code ?
@beyondthecloud
@beyondthecloud 28 дней назад
Check the description box
@mohanthosare5876
@mohanthosare5876 Год назад
please help me
@sampath853
@sampath853 Год назад
sir what is your LinkedIn id, I will mention you in my post. for now, i mentioned your GitHub code link.
@beyondthecloud
@beyondthecloud Год назад
You can find my LinkedIn id in the description of every video. Here is the link as well. www.linkedin.com/in/amit-nag-852b6337
Далее
Х.евая доставка 😂
00:23
Просмотров 1,3 млн
Я ДОСТРОИЛ ЗАВОД - Satisfactory
19:13
Просмотров 167 тыс.
C’est qui le plus fort 😂
00:18
Просмотров 6 млн
microsoft doubles down on recording your screen
10:00