From the course: Complete Guide to Serverless Web App Development on AWS
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Comparing options for hosting a website in AWS - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Comparing options for hosting a website in AWS
[Lecturer] Let's look at the different options to host web apps on AWS and how you can choose the best for you. AWS offers several ways to host a website depending on what you need. Let's start by breaking these into two categories, static websites and dynamic website hosting. First up, static websites. These are websites made up just with HTML, CSS, and JavaScript files, like a portfolio, a blog, or a documentation site. For static sites, the most common option is Amazon S3. S3 is a highly scalable, super cost-effective solution. You simply upload your files and AWS take cares of the rest, delivering your content to users quickly and reliable. You can even use your own custom domain to enable HTPS with CloudFront, AWS Content Delivery Network. It's perfect for simple static websites. If you need a custom domain, continuous integration, continuous deployment, CICD, support for HTPS, and other features out of the box, you might want to look at AWS Amplify. It's incredible easy to use…
Contents
-
-
-
-
(Locked)
Comparing options for hosting a website in AWS3m 30s
-
(Locked)
Introduction to AWS Amplify3m 13s
-
(Locked)
Host a simple React app using AWS Amplify from the console4m 46s
-
(Locked)
Benefits of creating Amplify Infrastructure with AWS CDK3m 43s
-
(Locked)
Modify the client app to be hosted in Amplify6m 55s
-
Create AWS Amplify infrastructure with AWS CDK7m 33s
-
(Locked)
Deploy and test Ampllify infrastructure4m 45s
-
(Locked)
Challenge: Modify and deploy your Web app1m 2s
-
(Locked)
Solution: Modify and deploy your Web app3m 18s
-
(Locked)
Progress check: Hosting a static site1m 18s
-
(Locked)
-
-
-
-
-
-
-