1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
- Build Free Websites and Web Apps on AWS: https://aws.amazon.com/free/webapps/
- Host a Static Website on AWS: https://docs.aws.amazon.com/AmazonS3/latest/userguide/HostingWebsiteOnS3Setup.html
Contenus pertinents
demandé il y a 3 ans
demandé il y a 3 ans
demandé il y a 3 ans
demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an

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