내용으로 건너뛰기

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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠