As a Part of Devops Micro Intership (DMI) with Pravin Mishra, I Explore the Cloud Services , especially focusing on AWS . We have learned from basic to advance concepts of AWS services. It was very practical learning with hands on Experience with Real life projects and Assignments. As a Part of Assignment , I Learned the concept of S3 buckets and deployed my first static site on S3 buckets.
To Deploy a Static Site using S3 Buckets, we need an AWS account . I am using AWS Free Tier account. here is a step wise step instructions that i followed to deploy my first static site on S3 buckets.
After selecting the options that we need as per our requirement, S3 buckets created successfully. Now we need to upload the source code of static application.
Go to Properties and scroll down. You’ll see that S3 static website hosting is disabled. To enable it, click the Edit button and make the necessary changes.
Enable the hosting and and select hosting type as a static hosting.
Go to Properties and configure the index and error documents for the site. We are selecting index.html as the index document and leaving the error document empty for now.