跳至內容

website creation

0

How to create website through aws

已提問 2 年前檢視次數 382 次

1 個回答
3
已接受的答案

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.

專家

已回答 2 年前

專家

已審閱 2 年前

專家

已審閱 2 年前

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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。