How To Launch Website Using S3 Bucket?
Nensi Ravaliya
Devsecops Engineer @Standard Chartered ● Youtuber & Tech Content Creator ● 5x Azure, 3x GitHub, 2x Salesforce, 1x AWS SAA, 1x GCP Certified ● DevOps | DevSecOps | MLOps | Docker | Kubernetes | Jenkins | Web3 | Terraform
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.
Upload the content of your bucket by "Add folder" and "Add files".
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!
To know more about me check my portfolio: www.nensiravaliya.me
Connect with me:
LinkedIn: Click Here
GitHub: Click Here
Twitter: Click Here
Security Researcher || Application Security Specialist || Consultant || Black-Box Tester || SISA || eWPTX || Ethical Hacker || Penetration Testing || Content Creator || Teacher
1 年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?
DevOps Engineer | Beta-Microsoft Learn Student Ambassador | GCP Certified | AWS Certified | LinkedIn Certified Marketing Insider
1 年Utilizing AWS services like S3 can significantly streamline data management and improve scalability. Keep up the good work!
AWS SAA certified | HashiCorp Terraform Certified | ITIL Certified | DevOps | CloudOps | Platform Engineering |Corporate DevOps Trainer | KeyNote Speaker | Open for network
1 年Perfect ! Keep it up Nensi Ravaliya