<?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: Joan Amaka</title>
    <description>The latest articles on DEV Community by Joan Amaka (@joanzydfrist).</description>
    <link>https://dev.to/joanzydfrist</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2009234%2Fcfb9a5a3-5e3e-4a10-9128-3b1265f549d9.png</url>
      <title>DEV Community: Joan Amaka</title>
      <link>https://dev.to/joanzydfrist</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joanzydfrist"/>
    <language>en</language>
    <item>
      <title>How To Create an AWS S3 Bucket.</title>
      <dc:creator>Joan Amaka</dc:creator>
      <pubDate>Sun, 01 Sep 2024 17:08:28 +0000</pubDate>
      <link>https://dev.to/joanzydfrist/how-to-create-an-aws-s3-bucket-5fe9</link>
      <guid>https://dev.to/joanzydfrist/how-to-create-an-aws-s3-bucket-5fe9</guid>
      <description>&lt;h2&gt;
  
  
  INRODUCTION
&lt;/h2&gt;

&lt;p&gt;A bucket is a fundamental storage container within AWS. A bucket is used to store objects, which can be files, data, or any other content, Bucket are created in S3 service storage. Buckets in S3 are similar to folders or directories in a traditional file system, but they are highly scalable and designed for cloud storage.&lt;/p&gt;

&lt;p&gt;S3: Simple Storage Service; S3 is designed to store and retrieve any amount of data from anywhere on the web. &lt;/p&gt;

&lt;p&gt;This article tends to discuss about the benefit of storing your data in S3 bucket and how you can get started creating a bucket.&lt;/p&gt;

&lt;p&gt;Storing your data in an Amazon S3 bucket offers several significant benefits such as;&lt;/p&gt;

&lt;p&gt;Versioning and Data Protection: S3 allows you to keep multiple versions of an object, protecting you against accidental deletion or overwrites.&lt;/p&gt;

&lt;p&gt;Static Website Hosting: S3 can be used to host static websites (&lt;a href="https://dev.tourl"&gt;HTML&lt;/a&gt;, &lt;a href="https://dev.tourl"&gt;CSS&lt;/a&gt;, &lt;a href="https://dev.toURL"&gt;JavaScript&lt;/a&gt;), offering a low-cost and easy-to-manage solution for web hosting.&lt;/p&gt;

&lt;p&gt;Flexibility and Accessibility: Data stored in S3 can be accessed from anywhere in the world via the internet, using HTTP/HTTPS, AWS SDKs, or the AWS CLI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prerequisite&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A working computer&lt;/li&gt;
&lt;li&gt;Have an AWS account &lt;a href="http://www.aws.com" rel="noopener noreferrer"&gt;Amazon&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;VS code.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Implementation: step by step guide&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Log in to AWS Management Console:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0gmj60hliirz3cllifr7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0gmj60hliirz3cllifr7.png" alt="Image description" width="800" height="558"&gt;&lt;/a&gt;&lt;br&gt;
Log in with your AWS account credentials.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcldbqiudgfzlczyi4mos.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcldbqiudgfzlczyi4mos.png" alt="Image description" width="800" height="131"&gt;&lt;/a&gt;&lt;br&gt;
Navigate to S3 From the AWS services dashboard.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsz0ptdkqybtys03ot7di.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsz0ptdkqybtys03ot7di.png" alt="Image description" width="800" height="524"&gt;&lt;/a&gt;&lt;br&gt;
Click on storage on the left navigation and then click on S3 on the right navigation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd0feygj2orw3mngq1u4x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd0feygj2orw3mngq1u4x.png" alt="Image description" width="800" height="270"&gt;&lt;/a&gt;&lt;br&gt;
Click on create a bucket.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5t4qnkoysnsda1lcv2d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5t4qnkoysnsda1lcv2d.png" alt="Image description" width="800" height="32"&gt;&lt;/a&gt;&lt;br&gt;
 Chose a region that is close to you for easy accessibility of the bucket the closer you are to the region the faster the access.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl07v1lns3n1j4wnr6x4g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl07v1lns3n1j4wnr6x4g.png" alt="Image description" width="800" height="523"&gt;&lt;/a&gt;&lt;br&gt;
Enter the name of your bucket.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F217thgr1zhofo15fkcks.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F217thgr1zhofo15fkcks.png" alt="Image description" width="800" height="487"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4dwkxv6ty675vblpt4ya.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4dwkxv6ty675vblpt4ya.png" alt="Image description" width="800" height="487"&gt;&lt;/a&gt;&lt;br&gt;
 Select ACLs enabled.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2424ifr9a2ndbiccbp8n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2424ifr9a2ndbiccbp8n.png" alt="Image description" width="800" height="498"&gt;&lt;/a&gt;&lt;br&gt;
Uncheck the box for block all public access.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmqxzruzz1tpuo8mtram6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmqxzruzz1tpuo8mtram6.png" alt="Image description" width="800" height="259"&gt;&lt;/a&gt;&lt;br&gt;
check the acknowledge box.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadx6zni2sx33j8vd66u8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadx6zni2sx33j8vd66u8.png" alt="Image description" width="800" height="538"&gt;&lt;/a&gt;&lt;br&gt;
Leave everything as default scroll down to click on create bucket.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this article, we learnt about what a bucket is in AWS the benefit of creating a bucket and a step guide of creating a bucket. In my next article, we will discuss about how to upload a file and folder in the bucket.&lt;/p&gt;

&lt;p&gt;And I encourage you to try this simple approach to create an AWS S3 bucket.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
