<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Misam Raza</title>
    <description>The latest articles on DEV Community by Misam Raza (@misam_raza_).</description>
    <link>https://dev.to/misam_raza_</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2928241%2F23b6aa26-55c0-48d7-9cd8-d674e720f6f4.jpg</url>
      <title>DEV Community: Misam Raza</title>
      <link>https://dev.to/misam_raza_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/misam_raza_"/>
    <language>en</language>
    <item>
      <title>Hosting a Static Website on AWS S3 using Terraform (IaC)</title>
      <dc:creator>Misam Raza</dc:creator>
      <pubDate>Wed, 17 Sep 2025 17:16:54 +0000</pubDate>
      <link>https://dev.to/misam_raza_/hosting-a-static-website-on-aws-s3-using-terraform-iac-4fe5</link>
      <guid>https://dev.to/misam_raza_/hosting-a-static-website-on-aws-s3-using-terraform-iac-4fe5</guid>
      <description>&lt;p&gt;Introduction&lt;br&gt;
Recently, I completed a hands-on project to host a static website on AWS S3 using Terraform for Infrastructure as Code (IaC). This project helped me gain practical experience in cloud automation, AWS core services, and best practices for serverless deployments.&lt;/p&gt;

&lt;p&gt;Motivation&lt;br&gt;
As someone starting my journey in Cloud Engineering, I wanted a beginner-friendly project that involved real cloud infrastructure provisioning. Hosting a static website on S3 is a great way to learn how to automate deployment, manage bucket policies, and understand AWS services.&lt;/p&gt;

&lt;p&gt;Project Steps&lt;br&gt;
Created an S3 bucket configured for static website hosting&lt;/p&gt;

&lt;p&gt;Set bucket policy to allow secure public read access&lt;/p&gt;

&lt;p&gt;Wrote Terraform code to automate infrastructure setup&lt;/p&gt;

&lt;p&gt;Uploaded website files (index.html, error.html) through Terraform&lt;/p&gt;

&lt;p&gt;Result&lt;br&gt;
The website is live and accessible via the S3 website endpoint&lt;/p&gt;

&lt;p&gt;Infrastructure is fully automated and reproducible with Terraform&lt;/p&gt;

&lt;p&gt;Learned critical AWS security and automation concepts&lt;/p&gt;

&lt;p&gt;See the full project code&lt;br&gt;
Check out my GitHub repository to explore the full Terraform configurations: &lt;a href="https://github.com/MisamRaza1/terraform-aws-s3-staticwebsite" rel="noopener noreferrer"&gt;https://github.com/MisamRaza1/terraform-aws-s3-staticwebsite&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to ask questions or share feedback! This project was a great step forward in my Cloud Engineering journey.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>terrafrom</category>
      <category>iac</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
