Bucket

How to deploy an S3 Bucket in AWS- using Terraform

Reading Time: 3 minutes In this blog, we will create a Terraform Script for deploying an s3 bucket in AWS. S3 bucket is a simple storage service in the AWS cloud. It allows to store and access any amount of data. It stores all the data as objects, that is, it is an object-based storage service. Using a terraform script, the entire infrastructure can be managed by declaring all Continue Reading

aws

How to host your own static website using AWS S3 bucket

Reading Time: 5 minutes Introduction Hi everyone! Today in this blog we’re going to discuss how you can host a static website using an AWS S3 bucket. Static and Dynamic website First of all, before hoping on AWS S3, you might be wondering what is the difference between a static and a dynamic website. Well, a static website is usually written in HTML using CSS and JavaScript. In a Continue Reading