How To Launch Website Using S3 Bucket?
How To Make Live Your Website Using Only S3

How To Launch Website Using S3 Bucket?

Prerequisites:

After sign-in to your free tier account just go to "S3 Management Console" by searching "S3" only.


Add "Bucket Name" as you wish.

Add "Your Bucket Name here"

Upload the content of your bucket by "Add folder" and "Add files".

"Add Your Website Content"

Here, Enter your "root object". example: index.html

You will see this kind of error but don't worry. You just need to add your bucket policy.

S3 Bucket policy:


{

    "Version": "2012-10-17",

    "Statement": [

        {

            "Sid": "PublicReadGetObject",

            "Effect": "Allow",

            "Principal": "*",

            "Action": "s3:GetObject",

            "Resource": "arn:aws:s3:::your-bucket-name/*"

        }

    ]

}        



Congratulations on your success!

Subscribe Now: https://www.dhirubhai.net/newsletters/devopsky-cloud-and-devops-7173385955251216384

To know more about me check my portfolio: www.nensiravaliya.me

Connect with me:

LinkedIn: Click Here

GitHub: Click Here

Twitter: Click Here

Aswin Govind ??

Security Researcher || Application Security Specialist || Consultant || Black-Box Tester || SISA || eWPTX || Ethical Hacker || Penetration Testing || Content Creator || Teacher

11 个月

Nice

回复

A website using just Amazon S3? That sounds super cool and simpler. Can regular people like me without any tech background do this? It's intriguing, for sure! How did you come up with the idea of using only S3 for website creation, Nensi Ravaliya?

Smit Vaghasiya

DevOps Engineer | Beta-Microsoft Learn Student Ambassador | GCP - ACE Certified | Founder (Techno Community) | LinkedIn Certified Marketing Insider

11 个月

Utilizing AWS services like S3 can significantly streamline data management and improve scalability. Keep up the good work!

Heena Patel

AWS SAA certified | HashiCorp Terraform Certified | DevOps | CloudOps | Platform Engineering |Corporate DevOps Trainer | KeyNote Speaker | Open for network

11 个月

Perfect ! Keep it up Nensi Ravaliya

要查看或添加评论,请登录

Nensi Ravaliya的更多文章

  • How many ways to Host a website on Azure?

    How many ways to Host a website on Azure?

    Are you looking to #deploy your website on Microsoft Azure but unsure about the best hosting method? With Azure's…

    3 条评论
  • How many ways to Host a Website on AWS?

    How many ways to Host a Website on AWS?

    Are you looking to host your website on Amazon Web Services (AWS) but not sure where to start? AWS offers several…

  • How to Deploy React Application on Azure Virtual Machine?

    How to Deploy React Application on Azure Virtual Machine?

    Prerequisites: Azure Subscription: Redeem $100 from here: Azure for Students NOTE: There is no need to add Credit/Debit…

    4 条评论
  • How to Deploy React App on AWS EC2?

    How to Deploy React App on AWS EC2?

    Prerequisites: Create an AWS Free Tier Account by using my latest blog: https://www.linkedin.

    5 条评论
  • How to deploy a Website on Azure?

    How to deploy a Website on Azure?

    Prerequisites: Azure Subscription: Redeem $100 from here: Azure for Students NOTE: There is no need to add Credit/Debit…

  • Azure For Students Benefits

    Azure For Students Benefits

    Prerequisites: Verified Educational ID. Personal Email ID.

    2 条评论
  • How to Get AWS Free Tier?

    How to Get AWS Free Tier?

    Prerequisites: Active bank account for the verification process. (It won’t charge any amount from your account after…

    16 条评论

社区洞察

其他会员也浏览了