<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[The Passionate Clouder]]></title><description><![CDATA[Empowering Cloud & DevOps beginners with expert guidance, strategies, and a thriving community. Unlock your cloud career today!]]></description><link>https://blog.dnyaneshwarsonawane.com</link><image><url>https://substackcdn.com/image/fetch/$s_!z5bl!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10eeb36e-1e99-43e5-82e5-4780fbee98f4_800x800.png</url><title>The Passionate Clouder</title><link>https://blog.dnyaneshwarsonawane.com</link></image><generator>Substack</generator><lastBuildDate>Wed, 08 Apr 2026 01:01:46 GMT</lastBuildDate><atom:link href="https://blog.dnyaneshwarsonawane.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Dnyaneshwar Sonawane]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[dnyaneshwarsonawane@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[dnyaneshwarsonawane@substack.com]]></itunes:email><itunes:name><![CDATA[Dnyaneshwar Sonawane]]></itunes:name></itunes:owner><itunes:author><![CDATA[Dnyaneshwar Sonawane]]></itunes:author><googleplay:owner><![CDATA[dnyaneshwarsonawane@substack.com]]></googleplay:owner><googleplay:email><![CDATA[dnyaneshwarsonawane@substack.com]]></googleplay:email><googleplay:author><![CDATA[Dnyaneshwar Sonawane]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[🧠 OSI Model – The 7-Layer Framework Every Tech Professional Should Know]]></title><description><![CDATA[If you work in tech &#8212; as a developer, tester, DevOps engineer, network admin, or even product manager &#8212; you&#8217;ve likely run into weird bugs, timeouts, or security hiccups that left you wondering: Where exactly is this breaking?]]></description><link>https://blog.dnyaneshwarsonawane.com/p/osi-model-the-7-layer-framework-every</link><guid isPermaLink="false">https://blog.dnyaneshwarsonawane.com/p/osi-model-the-7-layer-framework-every</guid><dc:creator><![CDATA[Dnyaneshwar Sonawane]]></dc:creator><pubDate>Sat, 10 May 2025 17:08:48 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!wWMx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>If you work in tech &#8212; as a developer, tester, DevOps engineer, network admin, or even product manager &#8212; you&#8217;ve likely run into weird bugs, timeouts, or security hiccups that left you wondering: <strong>Where exactly is this breaking?</strong></p><p>Enter the <strong>OSI Model</strong> &#8212; your go-to mental map for understanding how data moves from your laptop to a remote server (and back), across networks, protocols, layers, and devices.</p><div><hr></div><h2><strong>&#128640; What Is the OSI Model?</strong></h2><p>The <strong>OSI (Open Systems Interconnection) Model</strong> breaks network communication into <strong>7 layers</strong>, each with a clear role. Together, they make sure data gets from Point A to Point B &#8212; <strong>securely, reliably, and efficiently</strong>.</p><p>Imagine sending a parcel:</p><ul><li><p>You write the message &#128221; (Application Layer)</p></li><li><p>Translate &amp; seal it &#128230; (Presentation)</p></li><li><p>Start the delivery session &#128666; (Session)</p></li><li><p>Split it into boxes &#128230;&#128230; (Transport)</p></li><li><p>Add addresses &#127991;&#65039; (Network)</p></li><li><p>Use the local courier &#127970; (Data Link)</p></li><li><p>Deliver it physically &#128238; (Physical)</p></li></ul><p>That&#8217;s how your data travels online.</p><div><hr></div><h2><strong>&#129513; OSI Model &#8211; 7 Layers Explained</strong></h2><p></p><p><strong>Layer 7 &#8211; Application</strong></p><p>This is where users interact with network-based apps like browsers, email, or WhatsApp.</p><p>&#128073; <em>Example protocols: HTTP, HTTPS, FTP, SMTP, DNS</em></p><p><strong>Layer 6 &#8211; Presentation</strong></p><p>This layer prepares data for the application by formatting, encrypting, or compressing it.</p><p>&#128073; <em>Example: SSL/TLS (for encryption), JPEG, ASCII</em></p><p><strong>Layer 5 &#8211; Session</strong></p><p>Manages conversations (sessions) between devices &#8212; starting, maintaining, and ending them.</p><p>&#128073; <em>Example: NetBIOS, PPTP</em></p><p><strong>Layer 4 &#8211; Transport</strong></p><p>Breaks data into packets, ensures it reaches the right app, handles retries and flow control.</p><p>&#128073; <em>Example: TCP (reliable), UDP (fast but no guarantee)</em></p><p><strong>Layer 3 &#8211; Network</strong></p><p>Decides the best route to send data from source to destination across networks.</p><p>&#128073; <em>Example: IP, ICMP, ARP, OSPF</em></p><p><strong>Layer 2 &#8211; Data Link</strong></p><p>Transfers data between devices in the same network and adds MAC addresses.</p><p>&#128073; <em>Example: Ethernet, MAC address, PPP</em></p><p><strong>Layer 1 &#8211; Physical</strong></p><p>Moves raw bits (0s and 1s) through cables, Wi-Fi signals, or fiber optics.</p><p>&#128073; <em>Example: Cables, Wi-Fi, Bluetooth, Hubs</em></p><div><hr></div><h2><strong>&#128105;&#8205;&#128187; Why This Matters for</strong></h2><h2><strong>Every Role in Tech</strong></h2><p>&#9989; <strong>Developers</strong></p><p>Understand how your front-end talks to back-end APIs and what can go wrong in that journey.</p><p>&#9989; <strong>QA Engineers</strong></p><p>Diagnose test failures caused by session timeouts, protocol mismatches, or network delays.</p><p>&#9989; <strong>DevOps / SREs</strong></p><p>Pinpoint issues in distributed systems: Is it DNS? Firewall? App port? OSI helps break it down fast.</p><p>&#9989; <strong>Security Engineers</strong></p><p>Design protections across layers: encryption (Layer 6), firewalls (Layer 4), access controls (Layer 2), and more.</p><p>&#9989; <strong>Product Managers / Leads</strong></p><p>Communicate more effectively with your tech teams by understanding how systems actually connect.</p><div><hr></div><h2><strong>&#128247; A One-Page Visual to Simplify It All</strong></h2><p>To make learning easier, I&#8217;ve created a <strong>color-coded, beginner-friendly diagram</strong> that shows all 7 layers, their role, and real-world protocol examples.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wWMx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wWMx!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 424w, https://substackcdn.com/image/fetch/$s_!wWMx!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 848w, https://substackcdn.com/image/fetch/$s_!wWMx!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 1272w, https://substackcdn.com/image/fetch/$s_!wWMx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wWMx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png" width="1024" height="1536" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1536,&quot;width&quot;:1024,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2003532,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://blog.dnyaneshwarsonawane.com/i/163282898?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!wWMx!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 424w, https://substackcdn.com/image/fetch/$s_!wWMx!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 848w, https://substackcdn.com/image/fetch/$s_!wWMx!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 1272w, https://substackcdn.com/image/fetch/$s_!wWMx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1cfcd4b8-8405-455d-99fe-1d273c961e8a_1024x1536.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h2><strong>&#9995; Final Takeaway</strong></h2><p>Understanding the OSI Model isn&#8217;t just theory &#8212; it&#8217;s a practical skill that helps you debug smarter, design better systems, build secure networks, and communicate clearly across teams in today&#8217;s connected tech world.</p><p>Whether you&#8217;re shipping code, testing features, maintaining uptime, or explaining bugs to stakeholders &#8212; this 7-layer model gives you clarity and confidence in how data truly flows.</p><div><hr></div><p>&#128073; <strong>Like this kind of breakdown?</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://blog.dnyaneshwarsonawane.com/subscribe?"><span>Subscribe now</span></a></p><p>Subscribe for beginner-friendly guides on Cloud, DevOps, Networking, and Tech Fundamentals &#8212; explained clearly, without jargon.</p><p>Let&#8217;s make tech simple, together. &#128640;</p>]]></content:encoded></item><item><title><![CDATA[Terraform 1.10+: Native S3 Locking — No More DynamoDB Needed]]></title><description><![CDATA[Terraform 1.10 introduces native S3 state locking &#8212; here&#8217;s why it matters and how to migrate safely.]]></description><link>https://blog.dnyaneshwarsonawane.com/p/terraform-110-native-s3-locking-no</link><guid isPermaLink="false">https://blog.dnyaneshwarsonawane.com/p/terraform-110-native-s3-locking-no</guid><dc:creator><![CDATA[Dnyaneshwar Sonawane]]></dc:creator><pubDate>Sat, 26 Apr 2025 06:00:06 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!tjIa!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!tjIa!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!tjIa!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 424w, https://substackcdn.com/image/fetch/$s_!tjIa!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 848w, https://substackcdn.com/image/fetch/$s_!tjIa!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 1272w, https://substackcdn.com/image/fetch/$s_!tjIa!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!tjIa!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png" width="1456" height="1045" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cb7c93a3-06a5-486e-b293-438170302697_1456x1045.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1045,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:144133,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.dnyaneshwarsonawane.com/i/162177929?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!tjIa!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 424w, https://substackcdn.com/image/fetch/$s_!tjIa!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 848w, https://substackcdn.com/image/fetch/$s_!tjIa!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 1272w, https://substackcdn.com/image/fetch/$s_!tjIa!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb7c93a3-06a5-486e-b293-438170302697_1456x1045.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h1><strong>&#128640; Introduction</strong></h1><p><strong>Goodbye DynamoDB, Hello Native S3 Locking!</strong></p><p>Starting with <strong>Terraform 1.10</strong>, the S3 backend now supports <strong>native locking</strong> using S3 object versioning and lockfiles.</p><p>&#9989; No need to configure and maintain a DynamoDB table for state locking.</p><p>&#9989; Simpler, cleaner, and cost-effective Terraform backend setup!</p><p>In this post, you&#8217;ll learn:</p><ul><li><p>What&#8217;s changed</p></li><li><p>Why it matters</p></li><li><p>Step-by-step how to migrate</p></li><li><p>Updated IAM permissions needed</p></li><li><p>Common FAQs</p></li></ul><div><hr></div><h2><strong>&#128293; What&#8217;s New?</strong></h2><p>Before Terraform 1.10:</p><ul><li><p>S3 stored the state file.</p></li><li><p>DynamoDB managed the lock to prevent simultaneous updates.</p></li></ul><p>Now:</p><ul><li><p>S3 does <strong>both</strong> state storage and locking <strong>natively</strong>!</p></li><li><p><strong>DynamoDB is no longer needed</strong>.</p></li></ul><p>From Terraform 1.11:</p><ul><li><p>The dynamodb_table argument is <strong>deprecated</strong>.</p></li><li><p>You&#8217;ll get <strong>warnings</strong> if you keep using it.</p></li><li><p>Future versions may <strong>completely remove</strong> support.</p></li></ul><div><hr></div><h2><strong>&#127919; Why It Matters</strong></h2><ul><li><p>&#128640; <strong>Simpler Setup</strong>: Only S3 is needed.</p></li><li><p>&#128640; <strong>Lower AWS Costs</strong>: No DynamoDB throughput billing.</p></li><li><p>&#128640; <strong>Fewer IAM policies</strong>: Only S3 permissions needed.</p></li><li><p>&#128640; <strong>Fewer Failure Points</strong>: Reduced complexity.</p></li></ul><div><hr></div><h2><strong>&#128736; How to Migrate &#8212; Step-by-Step</strong></h2><div><hr></div><h3><strong>1. Upgrade Terraform to 1.10+</strong></h3><p>Check your current version:</p><pre><code><code>terraform -version</code></code></pre><p>Install Terraform 1.10 or newer if needed.</p><div><hr></div><h3><strong>2. Enable S3 Bucket Versioning</strong></h3><p>S3 versioning must be enabled for lockfile support. </p><p>You can enable versioning for your bucket using the AWS S3 console or the  command below.  Replace &lt;your-tf-state-bucket-name&gt; with your bucket name.</p><pre><code><code>aws s3api put-bucket-versioning \
  --bucket &lt;your-tf-state-bucket-name&gt; \
  --versioning-configuration Status=Enabled</code></code></pre><div><hr></div><h3><strong>3. Update Terraform Backend Configuration</strong></h3><p>Remove <code>dynamodb_table</code> From your current S3 backend config and add <code>use_lockfile   = true. </code></p><p>&#128073; Old (DynamoDB-based):</p><pre><code><code>terraform {
  backend "s3" {
    bucket         = "your-tf-state-bucket-name"
    key            = "path/to/terraform.tfstate"
    region         = "us-east-1"
    dynamodb_table = "terraform-locks"
  }
}</code></code></pre><p>&#128073; New (Native S3 Locking):</p><pre><code><code>terraform {
  backend "s3" {
    bucket         = "your-tf-state-bucket-name"
    key            = "path/to/terraform.tfstate"
    region         = "us-east-1"
    use_lockfile   = true  # NEW: enables native locking using S3
  }
}</code></code></pre><p>&#9989; The new important setting:</p><pre><code><code>use_lockfile = true</code></code></pre><p>(Default is true from Terraform 1.10+, but it&#8217;s better to <strong>explicitly set it</strong> for clarity.)</p><div><hr></div><h3><strong>4. Update IAM Permissions</strong></h3><p>You <strong>no longer need DynamoDB permissions</strong>.</p><p>Update your IAM role or policy to allow only necessary S3 operations.</p><p><strong>Minimal required permissions:</strong></p><pre><code><code>{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "s3:GetObject",
        "s3:PutObject",
        "s3:DeleteObject",
        "s3:ListBucket"
      ],
      "Resource": [
        "arn:aws:s3:::your-tf-state-bucket-name",
        "arn:aws:s3:::your-tf-state-bucket-name/*"
      ]
    }
  ]
}</code></code></pre><p>You can also add <strong>optional recommendations</strong>:</p><ul><li><p>s3:GetObjectVersion</p></li><li><p>s3:DeleteObjectVersion</p></li></ul><p>&#128073; These are helpful if your organization uses strict security controls around S3 object versioning and deletions.</p><div><hr></div><h3><strong>5. Reinitialize Terraform Backend</strong></h3><p>After updating your configuration, you must <strong>reinitialize</strong> the backend.</p><pre><code><code>terraform init -reconfigure</code></code></pre><p>&#9989; This will update the backend settings without touching your state files.</p><div><hr></div><h3><strong>6. (Optional) Clean up the Old DynamoDB Table</strong></h3><p>If no other systems are using it, you can safely delete the DynamoDB table.</p><pre><code><code>aws dynamodb delete-table --table-name terraform-locks</code></code></pre><p>&#9889; Pro tip: Backup the table first if you&#8217;re unsure.</p><div><hr></div><h2><strong>&#128680; Important Notes</strong></h2><ul><li><p>use_lockfile = true is now the preferred and future-compatible setting.</p></li><li><p>Starting <strong>Terraform 1.11</strong>, dynamodb_table will be <strong>deprecated</strong> &#8212; you&#8217;ll get warnings.</p></li><li><p>In <strong>future versions</strong> (1.12+), dynamodb_table might be <strong>removed entirely</strong>, causing errors if not migrated.</p></li><li><p>S3 versioning is mandatory for lockfiles to work correctly.</p></li></ul><div><hr></div><h2><strong>&#128269; Common Questions</strong></h2><p><strong>Q: Can I continue using DynamoDB?</strong></p><p>&#128073; Yes, for now. But expect deprecation warnings after 1.11.</p><p><strong>Q: Is native S3 locking production-ready?</strong></p><p>&#128073; Yes, HashiCorp has officially documented and recommended it.</p><p><strong>Q: What happens if I don&#8217;t enable versioning?</strong></p><p>&#128073; Terraform will <strong>fail with an error</strong> because locking depends on S3 object versions.</p><p><strong>Q: Do I need S3 Object Lock (WORM)?</strong></p><p>&#128073; No. <strong>S3 Versioning is sufficient</strong>. Object Lock is not required.</p><div><hr></div><h2><strong>&#127919; Conclusion</strong></h2><p><strong>Native S3 locking is the future</strong> for Terraform on AWS.</p><p>&#9989; Simpler backend.</p><p>&#9989; Lower infrastructure cost.</p><p>&#9989; Easier IAM management.</p><p>&#9989; Future-proof your projects before the old dynamodb_table breaks!</p><p>If you haven&#8217;t migrated yet &#8212; now is the perfect time! &#128640;</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading The Passionate Clouder! Subscribe for free to receive new posts and support my work</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[4 Terraform Mistakes That Can Break Your Infra (and How to Fix Them)]]></title><description><![CDATA[These are the 4 Terraform state file mistakes I see most often in real-world DevOps projects.]]></description><link>https://blog.dnyaneshwarsonawane.com/p/4-terraform-mistakes-that-can-break</link><guid isPermaLink="false">https://blog.dnyaneshwarsonawane.com/p/4-terraform-mistakes-that-can-break</guid><dc:creator><![CDATA[Dnyaneshwar Sonawane]]></dc:creator><pubDate>Mon, 07 Apr 2025 02:25:42 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Zm4M!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<blockquote><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Zm4M!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Zm4M!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Zm4M!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Zm4M!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Zm4M!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Zm4M!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1833575,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://blog.dnyaneshwarsonawane.com/i/160751024?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Zm4M!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!Zm4M!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!Zm4M!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!Zm4M!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F512a00e0-9da4-49b9-8c9b-b44a0a3da3d0_1536x1024.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>These are the 4 Terraform state file mistakes I see most often in real-world DevOps projects.</p><p>&#10060; Manual edits</p><p>&#10060; Storing the state locally</p><p>&#10060; No locking</p><p>&#10060; Forgetting versioning</p><p>I made a short video breaking it down in &lt; 60 seconds:</p><p>&#127909; <a href="https://youtube.com/shorts/AQY0bmzRIx8?si=c1HD7wiYTen_M75x">Watch here &#8594;</a></p><p>If you&#8217;ve seen any of these happen in your projects, hit reply &#8212; I&#8217;d love to hear your take.</p><p>&#8212; Dnyaneshwar </p></blockquote>]]></content:encoded></item><item><title><![CDATA[AWS re:Invent 2024 Day 2: Game-Changing Innovations You Can’t Miss]]></title><description><![CDATA[Revolutionizing cloud data management with S3 Tables, AI-optimized EC2 instances, distributed SQL, and more from AWS re:Invent Day 2.]]></description><link>https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-day-2-game-changing</link><guid isPermaLink="false">https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-day-2-game-changing</guid><dc:creator><![CDATA[Dnyaneshwar Sonawane]]></dc:creator><pubDate>Wed, 04 Dec 2024 05:34:57 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!tI3-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!tI3-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!tI3-!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 424w, https://substackcdn.com/image/fetch/$s_!tI3-!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 848w, https://substackcdn.com/image/fetch/$s_!tI3-!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!tI3-!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!tI3-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png" width="1456" height="832" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:832,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:503438,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!tI3-!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 424w, https://substackcdn.com/image/fetch/$s_!tI3-!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 848w, https://substackcdn.com/image/fetch/$s_!tI3-!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!tI3-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58efc42f-1b9c-4c8c-a964-47948ee62927_1792x1024.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><br>AWS re:Invent 2024 continues to unveil transformative updates that are set to redefine cloud computing. Here&#8217;s a concise overview of the key announcements from Day 2:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!B6JB!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!B6JB!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 424w, https://substackcdn.com/image/fetch/$s_!B6JB!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 848w, https://substackcdn.com/image/fetch/$s_!B6JB!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 1272w, https://substackcdn.com/image/fetch/$s_!B6JB!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!B6JB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png" width="732" height="448" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/abf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:448,&quot;width&quot;:732,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!B6JB!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 424w, https://substackcdn.com/image/fetch/$s_!B6JB!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 848w, https://substackcdn.com/image/fetch/$s_!B6JB!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 1272w, https://substackcdn.com/image/fetch/$s_!B6JB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabf7e41b-a74a-464b-bcf4-ae393d08167b_732x448.png 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>1. VPC Lattice Enhancements</strong></p><p>AWS has expanded <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/vpc-lattice-tcp-vpc-resources">VPC Lattice</a> to support TCP traffic across VPC resources. This enhancement simplifies the management of network traffic, providing a unified approach to handle both HTTP and TCP protocols within your Virtual Private Cloud.</p><p><strong>2. Amazon EC2 P</strong></p><p><strong>5en Instances Now Generally Available</strong></p><p>The new <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ec2-p5en-instances-generative-ai-hpc-generally-available">Amazon EC2 P5en instances</a> are optimized for generative AI and high-performance computing workloads. They offer enhanced networking capabilities, delivering higher bandwidth and lower latency, which is crucial for training large AI models and executing complex simulations.</p><p><strong>3. Amazon Aurora Introduces Distributed SQL (dSQL) &#8211; Preview</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-aurora-dsql-preview/">Amazon Aurora</a> has announced a preview of its Distributed SQL feature. This allows for horizontal scaling of transactional workloads across multiple nodes, providing improved performance and availability for applications with demanding database requirements.</p><p><strong>4. Amazon S3 Tables with Apache Iceberg for Analytics Workloads</strong></p><p>AWS has introduced <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-s3-tables-apache-iceberg-tables-analytics-workloads/">Amazon S3 Tables</a> integrated with Apache Iceberg, enabling efficient management of large-scale analytics datasets. This integration facilitates faster query performance and simplifies data lake operations.</p><p><strong>5. Amazon EC2 Trn2 Instances Now Available</strong></p><p>The <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ec2-trn2-instances-available/">Amazon EC2 Trn2 instances</a> are now generally available, powered by AWS Trainium2 chips. They are designed to accelerate deep learning and generative AI training and inference, offering significant performance improvements for machine learning workloads.</p><p><strong>6. Amazon DynamoDB Global Tables Previews Multi-Region Strong Consistency</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-dynamodb-global-tables-previews-multi-region-strong-consistency">Amazon DynamoDB</a> has introduced a preview of multi-Region strong consistency for global tables. This feature ensures that applications can read the latest data across multiple Regions, enhancing data accuracy and reliability for globally distributed applications.</p><p><strong>7. Amazon S3 Metadata &#8211; Preview</strong></p><p>The new <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-s3-metadata-preview">Amazon S3 Metadata</a> feature provides an automated and easily queryable metadata management system. It enables instant discovery and understanding of S3 data, streamlining data curation and utilization for analytics and real-time applications.</p><p>These announcements highlight AWS&#8217;s commitment to delivering innovative solutions that enhance performance, scalability, and manageability for cloud professionals.</p><p><strong>Stay Informed</strong></p><p>To keep up with the latest developments from AWS re:Invent 2024, subscribe to our Substack for daily summaries and in-depth analyses.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://blog.dnyaneshwarsonawane.com/subscribe?"><span>Subscribe now</span></a></p><p>Don&#8217;t miss out on these critical updates. Subscribe now to stay ahead in the ever-evolving cloud landscape.</p><p><em>For more detailed information, refer to the official AWS announcements:</em></p><p>&#8226; <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/vpc-lattice-tcp-vpc-resources">VPC Lattice Enhancements</a></p><p>&#8226; <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ec2-p5en-instances-generative-ai-hpc-generally-available">Amazon EC2 P5en Instances Now Generally Available</a></p><p>&#8226; <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-aurora-dsql-preview/">Amazon Aurora Distributed SQL (dSQL) &#8211; Preview</a></p><p>&#8226; <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-s3-tables-apache-iceberg-tables-analytics-workloads/">Amazon S3 Tables with Apache Iceberg</a></p><p>&#8226; <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ec2-trn2-instances-available/">Amazon EC2 Trn2 Instances Now Available</a></p><p>&#8226; <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-dynamodb-global-tables-previews-multi-region-strong-consistency">Amazon DynamoDB Global Tables Multi-Region Strong Consistency</a></p><p>&#8226; <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-s3-metadata-preview">Amazon S3 Metadata &#8211; Preview</a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-day-2-game-changing?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-day-2-game-changing?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-day-2-game-changing/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-day-2-game-changing/comments"><span>Leave a comment</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[AWS re:Invent 2024 Day 1 Announcements: The Highlights You Can’t Miss]]></title><description><![CDATA[AWS re:Invent 2024 Day 1: Innovations That Redefine the Cloud]]></description><link>https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-2024-day-1-announcements</link><guid isPermaLink="false">https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-2024-day-1-announcements</guid><dc:creator><![CDATA[Dnyaneshwar Sonawane]]></dc:creator><pubDate>Wed, 04 Dec 2024 04:09:22 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qZ5Z!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!qZ5Z!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 424w, https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 848w, https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png" width="1456" height="832" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:832,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:540166,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 424w, https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 848w, https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!qZ5Z!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ad3e199-8252-42e4-99a5-5e5ce4581938_1792x1024.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>AWS re:Invent 2024 kicked off with a bang, introducing innovations that cloud professionals can&#8217;t ignore. Here&#8217;s a quick summary of the top announcements to keep you ahead of the curve:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!H3d6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!H3d6!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 424w, https://substackcdn.com/image/fetch/$s_!H3d6!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 848w, https://substackcdn.com/image/fetch/$s_!H3d6!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 1272w, https://substackcdn.com/image/fetch/$s_!H3d6!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!H3d6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png" width="649" height="480" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:480,&quot;width&quot;:649,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!H3d6!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 424w, https://substackcdn.com/image/fetch/$s_!H3d6!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 848w, https://substackcdn.com/image/fetch/$s_!H3d6!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 1272w, https://substackcdn.com/image/fetch/$s_!H3d6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F637d4c48-5932-4ed0-bebf-9f92da8e6be0_649x480.png 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>1. AWS Verified Access Enhancements</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/aws-verified-access-secure-access-resources-non-https-protocols-preview">AWS Verified Access</a> now supports secure access to resources over non-HTTP(S) protocols. This extension broadens its applicability, enabling robust security standards across diverse applications.</p><p><strong>2. AWS DMS Schema Conversion with Generative AI</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/aws-dms-schema-conversion-generative-ai">AWS Database Migration Service</a> integrates Generative AI to automate schema conversion. This enhancement simplifies database migrations, accelerates processes, and reduces manual effort.</p><p><strong>3. Amazon Bedrock: Knowledge Bases and Connectors</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-bedrock-knowledge-bases-connectors-ingestion-data">Amazon Bedrock</a> introduces knowledge bases and connectors, enabling seamless data ingestion for AI-driven applications.</p><p><strong>4. Amazon S3 Storage Classes in Dedicated Local Zones</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-s3-storage-classes-dedicated-local-zones">Amazon S3</a> Storage Classes are now available in Dedicated Local Zones. This enhancement offers low-latency access for applications requiring localized data retrieval.</p><p><strong>5. PartyRock App Discovery</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/partyrock-app-discovery-upcoming-free-daily-use">PartyRock App Discovery</a> delivers daily app recommendations, simplifying the discovery process and enhancing user engagement.</p><p><strong>6. AWS Transfer Family for Web Apps</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/aws-transfer-family-web-apps">AWS Transfer Family</a> now supports web applications, streamlining secure file transfers across diverse platforms.</p><p><strong>7. AWS Invoice Configuration</strong></p><p>Enhanced <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/aws-invoice-configuration">AWS Invoice Configuration</a> provides greater flexibility and clarity in billing, helping businesses manage finances efficiently.</p><p><strong>8. Third-Party Block Storage Arrays on AWS Outposts</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/aws-third-party-block-storage-arrays-outposts">AWS Outposts</a> now supports third-party block storage arrays, enabling seamless integration of existing storage solutions with AWS infrastructure.</p><p><strong>9. Amazon Bedrock ReRank API</strong></p><p>The new <a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-bedrock-rerank-api-accuracy-rag-applications">ReRank API</a> in Amazon Bedrock boosts accuracy in retrieval-augmented generation (RAG) applications, improving AI-generated responses.</p><p><strong>10. Amazon EKS Hybrid Nodes</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-eks-hybrid-nodes">Amazon Elastic Kubernetes Service (EKS)</a> now supports hybrid nodes, offering unified management for on-premises and cloud-based workloads.</p><p><strong>11. AWS Control Tower Managed Controls</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/aws-control-tower-managed-controls-declarative-policies">AWS Control Tower</a> introduces managed controls with declarative policies, simplifying governance across multi-account environments.</p><p><strong>12. Amazon CloudWatch Database Insights</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-cloudwatch-database-insights">Amazon CloudWatch</a> now includes Database Insights, offering advanced performance metrics for database optimization.</p><p><strong>13. Amazon EKS Auto Mode</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-eks-auto-mode">Amazon EKS Auto Mode</a> automates cluster management, reducing operational overhead for developers.</p><p><strong>14. Amazon EC2 Allowed AMIs</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ec2-allowed-amis-enhance-ami-governance">Amazon EC2</a> now features Allowed AMIs for enhanced governance, ensuring only approved images are deployed.</p><p><strong>15. Amazon S3 Default Data Integrity Protections</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-s3-default-data-integrity-protections">Amazon S3</a> introduces default data integrity protections, adding assurance for data accuracy and reliability.</p><p><strong>16. Storage Browser for Amazon S3</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/storage-browser-amazon-s3">Amazon S3 Storage Browser</a> simplifies data management with an intuitive user interface.</p><p><strong>17. Amazon MemoryDB Multi-Region Availability</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/general-availability-amazon-memory-db-multi-region">Amazon MemoryDB</a> expands multi-region availability for low-latency in-memory data solutions.</p><p><strong>18. Amazon EC2 I7ie Instances</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ec2-next-generation-high-density-storage-optimized-i7ie-instances">Amazon EC2</a> unveils I7ie instances, delivering high-performance storage for demanding workloads.</p><p><strong>19. Amazon CloudWatch OpenSearch Integration</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-cloudwatch-opensearch-service-integrated-analytics">Amazon CloudWatch</a> integrates with OpenSearch Service, enabling advanced analytics and monitoring.</p><p><strong>20. Amazon OpenSearch Service Zero-ETL Integration</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-opensearch-service-zero-etl-integration-security-lake">Amazon OpenSearch Service</a> introduces zero-ETL integration with Amazon Security Lake, simplifying data ingestion.</p><p><strong>21. AWS Declarative Policies</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/aws-declarative-policies">AWS Declarative Policies</a> simplify policy enforcement across AWS Organizations with a declarative approach.</p><p><strong>22. Amazon EC2 I8g Instances</strong></p><p><a href="https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ec2-i8g-instances">Amazon EC2 I8g Instances</a> powered by Graviton4 deliver improved performance for storage-heavy applications.</p><p><strong>Stay Tuned for More Updates!</strong></p><p>These announcements showcase AWS&#8217;s commitment to innovation, providing tools to optimize performance, enhance security, and simplify management for cloud professionals.</p><p><strong>Don&#8217;t miss out on the upcoming news from re:Invent 2024.</strong> Subscribe to our updates for daily summaries and insights.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading The Passionate Clouder! Subscribe to our updates for daily summaries and insights.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-2024-day-1-announcements?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-2024-day-1-announcements?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-2024-day-1-announcements/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://blog.dnyaneshwarsonawane.com/p/aws-reinvent-2024-day-1-announcements/comments"><span>Leave a comment</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Introducing Amazon EKS Auto Mode: Simplifying Kubernetes Cluster Management]]></title><description><![CDATA[How AWS&#8217;s Latest Feature Enhances Efficiency and Reduces Operational Overhead for EKS Users]]></description><link>https://blog.dnyaneshwarsonawane.com/p/introducing-amazon-eks-auto-mode</link><guid isPermaLink="false">https://blog.dnyaneshwarsonawane.com/p/introducing-amazon-eks-auto-mode</guid><dc:creator><![CDATA[Dnyaneshwar Sonawane]]></dc:creator><pubDate>Tue, 03 Dec 2024 01:04:48 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hUFP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!hUFP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!hUFP!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 424w, https://substackcdn.com/image/fetch/$s_!hUFP!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 848w, https://substackcdn.com/image/fetch/$s_!hUFP!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 1272w, https://substackcdn.com/image/fetch/$s_!hUFP!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!hUFP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png" width="984" height="409" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:409,&quot;width&quot;:984,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:60987,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!hUFP!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 424w, https://substackcdn.com/image/fetch/$s_!hUFP!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 848w, https://substackcdn.com/image/fetch/$s_!hUFP!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 1272w, https://substackcdn.com/image/fetch/$s_!hUFP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62b01674-5bd5-40d6-a702-891d383ad47b_984x409.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>At AWS re:Invent 2024, Amazon Web Services introduced Amazon EKS Auto Mode, a feature designed to simplify Kubernetes cluster management by automating infrastructure provisioning, scaling, and maintenance. This advancement offers significant benefits to Amazon EKS users, enhancing operational efficiency and reducing the complexities associated with managing Kubernetes clusters.</p><p><strong>Key Features of Amazon EKS Auto Mode:</strong></p><p>&#8226; <strong>Automated Infrastructure Provisioning:</strong> EKS Auto Mode streamlines the setup of Kubernetes clusters by automatically selecting optimal compute instances and configuring the necessary networking components. This automation accelerates deployment times and minimizes manual intervention.</p><p>&#8226; <strong>Dynamic Scaling:</strong> The feature enables clusters to scale dynamically in response to workload demands, ensuring that applications maintain performance during traffic spikes and conserve resources during low-demand periods.</p><p>&#8226; <strong>Integrated Add-Ons Management:</strong> EKS Auto Mode manages essential Kubernetes add-ons, such as the AWS Load Balancer Controller, facilitating seamless integration and reducing the operational burden on users.</p><p><strong>Benefits for Amazon EKS Users:</strong></p><p>1. <strong>Simplified Cluster Management:</strong> By automating routine tasks, EKS Auto Mode allows users to focus more on application development and less on infrastructure maintenance, leading to increased productivity.</p><p>2. <strong>Cost Efficiency:</strong> Dynamic scaling ensures that resources are allocated based on actual demand, optimizing costs by preventing over-provisioning and underutilization of resources.</p><p>3. <strong>Enhanced Reliability:</strong> Automated management of add-ons and infrastructure components reduces the risk of misconfigurations, leading to more stable and reliable application deployments.</p><p><strong>Considerations for Existing Users:</strong></p><p>&#8226; <strong>Transitioning from Existing Autoscalers:</strong> Users currently employing tools like Cluster Autoscaler or Karpenter should evaluate how EKS Auto Mode&#8217;s automation aligns with their existing configurations. While EKS Auto Mode offers comprehensive automation, certain complex or highly customized scaling scenarios might still benefit from the granular control provided by these tools.</p><p>&#8226; <strong>Integration with Application-Level Scaling:</strong> EKS Auto Mode focuses on infrastructure-level scaling. Users utilizing the Horizontal Pod Autoscaler (HPA) for application-level scaling should assess how these mechanisms can work in tandem to achieve optimal performance and resource utilization.</p><p>In summary, the introduction of Amazon EKS Auto Mode at AWS re:Invent 2024 marks a significant advancement in Kubernetes cluster management. By automating critical aspects of infrastructure provisioning and scaling, it empowers EKS users to deploy and manage applications more efficiently and cost-effectively. Existing users should carefully consider how this new feature integrates with their current tools and workflows to fully leverage its capabilities.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://blog.dnyaneshwarsonawane.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading The Passionate Clouder! Subscribe for free to receive new posts.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[🚀My Journey from System Admin to Vice President of Cloud: Lessons Learned Along the Way]]></title><description><![CDATA[How resilience, risk-taking, and lifelong learning shaped my journey from System Admin to Cloud Leader.]]></description><link>https://blog.dnyaneshwarsonawane.com/p/my-journey-from-system-admin-to-vice</link><guid isPermaLink="false">https://blog.dnyaneshwarsonawane.com/p/my-journey-from-system-admin-to-vice</guid><dc:creator><![CDATA[Dnyaneshwar Sonawane]]></dc:creator><pubDate>Tue, 24 Sep 2024 06:00:58 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Dv8b!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Dv8b!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Dv8b!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 424w, https://substackcdn.com/image/fetch/$s_!Dv8b!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 848w, https://substackcdn.com/image/fetch/$s_!Dv8b!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 1272w, https://substackcdn.com/image/fetch/$s_!Dv8b!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Dv8b!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png" width="3021" height="3818" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3818,&quot;width&quot;:3021,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:15116524,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Dv8b!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 424w, https://substackcdn.com/image/fetch/$s_!Dv8b!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 848w, https://substackcdn.com/image/fetch/$s_!Dv8b!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 1272w, https://substackcdn.com/image/fetch/$s_!Dv8b!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0990c11a-3c2d-4e06-a437-0f7802a41e97_3021x3818.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Hey everyone, I&#8217;m Dnyaneshwar Sonawane. For those of you meeting me for the first time, I&#8217;m currently the Vice President of Cloud at HotelKey, and I&#8217;ve been in the cloud and DevOps space for over 14 years. But before I got here, my journey was a bit of a rollercoaster, and I wanted to share it with you&#8212;not just the wins but the risks, challenges, and lessons I&#8217;ve learned along the way.</p><p>When I started my career back in 2011 as a System Admin, I had no idea that one day I&#8217;d be leading cloud architecture for a company. To be honest, my life looked very different then.</p><p><strong>&#127793; The Early Days</strong></p><p>I was born in a small village in Jalgaon, and life wasn&#8217;t exactly easy. I lost my father when I was just 4 months old. By the time I was 16, I&#8217;d lost my mother as well. It was a tough time. To support my mother and help with my educational expenses, I worked at a chemist shop during school. It wasn&#8217;t a glamorous job, but it taught me the importance of grit and responsibility early on.</p><p>Even after losing my mother, I knew I had to keep pushing forward. I worked while studying and eventually completed both my Bachelor&#8217;s and Master&#8217;s degrees while holding down a full-time job as a System Admin at SmartData. That was where my career began.</p><p><strong>&#128640; Turning Points</strong></p><p>My career has been shaped by a few key turning points:</p><p>&#8226; <strong>In 2008</strong>, I met my wife in college. That experience really made me rethink how I approached my life and career. Falling in love gave me the push I needed to focus on securing a better future. I realized that if I wanted to build something great for myself and my family, I needed to take my career seriously and aim higher.</p><p>&#8226; <strong>In 2011</strong>, I got my first real job as a System Admin. That was the first step toward building my career in tech, and it was a proud moment for me. It felt like all my hard work was finally paying off.</p><p>&#8226; <strong>In 2013</strong>, I joined GlobalLogic. This is where I first learned DevOps, and it was a game changer. I moved from being a Linux Admin to a Senior Engineer, and eventually, I became a DevOps Lead. This transition is where I truly fell in love with cloud technologies and DevOps practices.</p><p>&#8226; <strong>But the biggest turning point came in 2016.</strong> I decided to leave GlobalLogic, which was a big MNC, to join HotelKey&#8212;a startup that was in its early days. Now, I&#8217;ll be honest with you: it was a risky move. I had just welcomed a newborn into my family, and leaving the security of an MNC for a startup felt like jumping into the unknown. But I saw an opportunity to dive deeper into AWS and DevOps, and I took it. That decision changed my career completely. In just a few years, I went from DevOps Lead to Vice President of Cloud, gaining a wealth of expertise in AWS and DevOps.</p><p><strong>&#128161; Lessons Along the Way</strong></p><p>Here are a few lessons I&#8217;ve picked up along the way that I think could help you too:</p><p>&#8226; <strong>Invest in your learning</strong>: Early on, I made a decision that I would never be cheap when it came to learning. I&#8217;ve spent a lot on my education, and it&#8217;s been one of the best decisions I&#8217;ve made. Whether it&#8217;s earning certifications like AWS and Terraform, or just picking up a new skill, always keep learning.</p><p>&#8226; <strong>Take calculated risks</strong>: Joining HotelKey was a huge risk, but it opened doors I couldn&#8217;t have imagined. If there&#8217;s an opportunity that feels right, even if it scares you a bit, it&#8217;s worth considering.</p><p>&#8226; <strong>Resilience pays off</strong>: The challenges I faced early in life&#8212;losing my parents, working to support myself&#8212;taught me resilience. This resilience has been a key factor in my career success.</p><p>&#8226; <strong>Surround yourself with the right people</strong>: My family, friends, mentors, and managers have played a huge role in my journey. I couldn&#8217;t have done it without them. Build a support system of people who believe in you.</p><p><strong>&#127775; Where I Am Now</strong></p><p>Today, I&#8217;m in a position where I can give back and help others build their own Cloud and DevOps careers. I&#8217;m passionate about helping beginners and freshers, just like I was at the start of my journey. I know how overwhelming it can feel when you&#8217;re just starting out, and my goal is to make that process a little easier for you.</p><p>Whatever your current situation is, I want you to know that it&#8217;s possible to grow and build a successful career in Cloud and DevOps. You just need the right mindset, guidance, and a commitment to keep pushing forward&#8212;no matter the challenges.</p><p><strong>&#127919; What&#8217;s Next?</strong></p><p>In the coming posts, I&#8217;ll be sharing the key foundational skills you need to succeed in Cloud and DevOps, plus actionable steps to get you closer to your career goals.</p><p>But for now, I want to hear from you. What&#8217;s been your biggest challenge so far in your Cloud and DevOps journey? Drop a comment and let&#8217;s talk about it!</p>]]></content:encoded></item></channel></rss>