<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>S3 on Simple Enough Blog</title><link>https://blog-dev.simpleenough.net/tags/s3/</link><description>Recent content in S3 on Simple Enough Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 30 Sep 2025 14:00:00 +0200</lastBuildDate><atom:link href="https://blog-dev.simpleenough.net/tags/s3/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Host a Static Website for Free with AWS S3</title><link>https://blog-dev.simpleenough.net/blog/hosts3/</link><pubDate>Tue, 30 Sep 2025 14:00:00 +0200</pubDate><guid>https://blog-dev.simpleenough.net/blog/hosts3/</guid><description>&lt;h2 id="i-why-choose-aws-s3-to-host-a-static-website-for-free" class="heading">I. Why Choose &lt;strong>AWS S3&lt;/strong> to Host a &lt;strong>Static Website for Free&lt;/strong>?&lt;a href="#i-why-choose-aws-s3-to-host-a-static-website-for-free" aria-labelledby="i-why-choose-aws-s3-to-host-a-static-website-for-free">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Amazon S3&lt;/strong> allows hosting of &lt;strong>fully static websites&lt;/strong> (HTML, CSS, JavaScript).&lt;/li>
&lt;li>With the &lt;strong>AWS Free Tier&lt;/strong>, a small site can stay &lt;strong>free for 12 months&lt;/strong> (up to 5 GB of storage, 20,000 GET requests &amp;amp; 2,000 PUT requests per month).&lt;/li>
&lt;li>Highly resilient, scalable, and &lt;strong>serverless&lt;/strong>, S3 provides &lt;strong>99.999999999% durability&lt;/strong> and handles traffic spikes effortlessly.&lt;/li>
&lt;li>For HTTPS and custom domains, Amazon recommends using &lt;strong>Amazon CloudFront + Route 53&lt;/strong>.&lt;/li>
&lt;/ul>
&lt;hr>




&lt;h2 id="ii-prerequisites-and-initial-setup" class="heading">II. Prerequisites and Initial Setup&lt;a href="#ii-prerequisites-and-initial-setup" aria-labelledby="ii-prerequisites-and-initial-setup">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>Create a bucket&lt;/li>
&lt;li>Disable public access restrictions&lt;/li>
&lt;li>Add a public access policy&lt;/li>
&lt;/ul>
&lt;p>Before deploying a static site with S3, basic configuration is required. Here&amp;rsquo;s the step-by-step setup:&lt;/p></description></item></channel></rss>