Skip to content

website creation

0

How to create website through aws

asked 2 years ago368 views

1 Answer
3
Accepted Answer

Hi Lokesh Kp

Hosting a Static Website:

This is a good option for simple websites with HTML, CSS, and Javascript. AWS offers

Amazon S3: This is a scalable object storage service. You can upload your website's files to an S3 bucket and configure it for website hosting. AWS Amplify also integrates with S3 for deployment.

AWS Amplify: This service simplifies deploying static websites and web apps on AWS. It provides a workflow to connect your code repository (like Github) to AWS and automates deployments.

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

EXPERT

reviewed 2 years ago

  • Agreed, the simplest way to start is AWS Amplify: it's a fully managed service handling all the time-consuming "heavy lifting" for you

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.