<?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: Pradhum</title>
    <description>The latest articles on DEV Community by Pradhum (@pradhum_dd2a91ad908680fce).</description>
    <link>https://dev.to/pradhum_dd2a91ad908680fce</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%2F2318649%2F2f508693-679e-4b8f-a406-16e8f3dace69.jpg</url>
      <title>DEV Community: Pradhum</title>
      <link>https://dev.to/pradhum_dd2a91ad908680fce</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pradhum_dd2a91ad908680fce"/>
    <language>en</language>
    <item>
      <title>My Journey into the Cloud: Breaking Down AWS Practitioner Essentials (Module 1)</title>
      <dc:creator>Pradhum</dc:creator>
      <pubDate>Fri, 24 Apr 2026 18:40:18 +0000</pubDate>
      <link>https://dev.to/pradhum_dd2a91ad908680fce/my-journey-into-the-cloud-breaking-down-aws-practitioner-essentials-module-1-3a07</link>
      <guid>https://dev.to/pradhum_dd2a91ad908680fce/my-journey-into-the-cloud-breaking-down-aws-practitioner-essentials-module-1-3a07</guid>
      <description>&lt;p&gt;I’ve spent years hearing the buzzword "The Cloud," but to be honest, it always felt like a vague concept—something technical that happened "somewhere else." Recently, I decided to stop nodding along and actually learn how it works. I started the &lt;strong&gt;AWS Cloud Practitioner Essentials&lt;/strong&gt; course, and Module 1 completely changed how I view modern technology.&lt;/p&gt;

&lt;p&gt;If you’re like me and looking to understand the "why" and "how" behind Amazon Web Services (AWS), here is what I learned during my first step into this journey.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. My "Aha!" Moment: What Cloud Computing Actually Is
&lt;/h2&gt;

&lt;p&gt;Before I started this module, I thought the cloud was just a digital storage box. I quickly realized it’s much more. AWS defines it as the &lt;strong&gt;on-demand delivery of IT resources via the internet with pay-as-you-go pricing.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The way I processed this was through a simple comparison: &lt;strong&gt;The Utility Model.&lt;/strong&gt; &lt;br&gt;
I don’t own a power plant, and I don’t manage the electrical grid. I simply flip a switch, use the light, and pay for the electricity I consumed at the end of the month. AWS is exactly that for technology. Instead of me buying expensive physical servers that gather dust, I "rent" computing power and storage from Amazon’s massive infrastructure and pay only for what I use.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Why I’m Sold on AWS: The Key Benefits
&lt;/h2&gt;

&lt;p&gt;As I went through the lesson, I realized why businesses—from tiny startups to giant corporations—are moving to AWS. It’s not just a trend; it’s a strategic advantage. Here are the three benefits that stood out most to me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Trading Capital Expense for Variable Expense:&lt;/strong&gt; I don’t need to drop $10,000 on hardware before I even know if my business idea works. I can start for pennies.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Massive Economies of Scale:&lt;/strong&gt; Because AWS has millions of customers, they achieve lower costs than any single company could on its own. Those savings get passed down to me.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Stop Guessing Capacity:&lt;/strong&gt; In the past, you had to guess how many servers you’d need. If you guessed too low, your site crashed. If you guessed too high, you wasted money. With AWS, I can scale up or down instantly.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  3. Visualizing the Magic: Global Infrastructure
&lt;/h2&gt;

&lt;p&gt;One of my favorite parts of the training was learning that "the cloud" isn't a cloud at all—it’s a massive, physical network of data centers spread across the globe. I learned the difference between the three main components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Regions:&lt;/strong&gt; These are physical locations around the world (like US East or Tokyo). Choosing the right Region helps reduce "lag" (latency) for customers and helps comply with local data laws.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Availability Zones (AZs):&lt;/strong&gt; This was a big "lightbulb" moment. Each Region has multiple, isolated AZs. If I run my app across two different AZs and one experiences a power failure or a flood, my app stays online. That’s "High Availability."&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Edge Locations:&lt;/strong&gt; These are mini-hubs that cache data closer to users. If I’m in London watching a video hosted in a US Region, an Edge Location nearby makes sure that video loads instantly.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  4. The "Shared Responsibility Model" (The Life-Saver)
&lt;/h2&gt;

&lt;p&gt;This part of the module was a reality check. I learned that while AWS does a lot, they don't do &lt;em&gt;everything&lt;/em&gt;. They explained it through the &lt;strong&gt;Shared Responsibility Model&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;AWS is responsible for the "Security OF the Cloud":&lt;/strong&gt; They protect the physical buildings, the hardware, the cables, and the actual software that runs the services. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;I am responsible for the "Security IN the Cloud":&lt;/strong&gt; I am responsible for how I configure my settings, who I give access to, and how I encrypt my own data.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I like to think of it like an apartment building. The landlord (AWS) is responsible for the structural integrity and the front door lock of the building. However, I (the tenant) am responsible for locking my own apartment door and making sure I don’t leave the oven on.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. Cloud in Real Life: Putting the Pieces Together
&lt;/h2&gt;

&lt;p&gt;The most important takeaway from this module was seeing how &lt;strong&gt;Global Infrastructure&lt;/strong&gt; and the &lt;strong&gt;Shared Responsibility Model&lt;/strong&gt; work together to create a real business solution. &lt;/p&gt;

&lt;p&gt;Instead of worrying about building data centers or securing physical hardware (which AWS handles), a business can focus entirely on its customers. By leveraging &lt;strong&gt;Availability Zones&lt;/strong&gt;, a company can ensure its website never goes down, even during a disaster. Simultaneously, by following the &lt;strong&gt;Shared Responsibility Model&lt;/strong&gt;, the company ensures its data is encrypted and its user permissions are tight. &lt;/p&gt;

&lt;p&gt;When you combine a global, resilient infrastructure with a clear division of security duties, you get a business that is not only "fast" but also incredibly stable and secure. It’s this synergy that allows a small startup to have the same global reach and security posture as a Fortune 500 company.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Completing this first module felt like I finally pulled back the curtain on the modern internet. I’m no longer just a consumer of technology; I’m starting to understand the engine that drives it. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s next?&lt;/strong&gt; &lt;br&gt;
I’m moving on to Module 2, where I’ll be diving into &lt;strong&gt;Compute&lt;/strong&gt;. I’m excited to learn how to actually "spin up" my first virtual server. Stay tuned as I continue my journey toward becoming a Certified Cloud Practitioner!&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>insights</category>
    </item>
  </channel>
</rss>
