<?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"><channel><title><![CDATA[Gaurav Kedia — AWS, Terraform & DevOps Blogs]]></title><description><![CDATA[AWS, Terraform, DevOps and Cloud Engineering tutorials, troubleshooting guides and real-world infrastructure learning by Gaurav Kedia.]]></description><link>https://blog.gauravkedia.in</link><image><url>https://cdn.hashnode.com/uploads/logos/6a0dea168b0346022198c464/52632001-e474-4dc3-a7fb-102723464dda.png</url><title>Gaurav Kedia — AWS, Terraform &amp; DevOps Blogs</title><link>https://blog.gauravkedia.in</link></image><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 18:27:55 GMT</lastBuildDate><atom:link href="https://blog.gauravkedia.in/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[What Is Amazon EBS and How to Attach It to an EC2 Instance]]></title><description><![CDATA[Introduction
Amazon EBS is a block storage service provided by AWS for EC2 instances.
It is mainly used to store operating systems, application data, databases, and persistent storage for cloud server]]></description><link>https://blog.gauravkedia.in/what-is-amazon-ebs-and-how-to-attach-it-to-an-ec2-instance</link><guid isPermaLink="true">https://blog.gauravkedia.in/what-is-amazon-ebs-and-how-to-attach-it-to-an-ec2-instance</guid><category><![CDATA[AWS]]></category><category><![CDATA[ebs]]></category><category><![CDATA[ebs snapshots]]></category><category><![CDATA[Cloud Computing]]></category><category><![CDATA[Cloud]]></category><dc:creator><![CDATA[Gaurav Kedia]]></dc:creator><pubDate>Thu, 21 May 2026 17:16:23 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a0dea168b0346022198c464/544ad933-5d81-4f90-8d70-1f9fb228ece0.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1>Introduction</h1>
<p>Amazon EBS is a block storage service provided by AWS for EC2 instances.</p>
<p>It is mainly used to store operating systems, application data, databases, and persistent storage for cloud servers.</p>
<h1>What Is Amazon EBS?</h1>
<p>Amazon EBS (Elastic Block Store) is a block-level storage service designed for Amazon EC2.</p>
<p>EBS volumes work like virtual hard disks attached to EC2 instances.</p>
<h1>Why Is EBS Important?</h1>
<p>EBS provides:</p>
<ul>
<li><p>persistent storage</p>
</li>
<li><p>high availability</p>
</li>
<li><p>scalability</p>
</li>
<li><p>backup support</p>
</li>
<li><p>fast performance</p>
</li>
</ul>
<h1>Types of EBS Volumes</h1>
<h2>General Purpose SSD (gp3)</h2>
<p>Balanced price and performance.</p>
<h2>Provisioned IOPS SSD</h2>
<p>High-performance workloads like databases.</p>
<h2>Throughput Optimized HDD</h2>
<p>Large data workloads.</p>
<h1>How EBS Works with EC2</h1>
<p>An EBS volume is created separately and attached to an EC2 instance.</p>
<p>The EC2 instance uses the EBS volume like a physical hard disk.</p>
<h1>Steps to Attach EBS to EC2</h1>
<h2>Step 1</h2>
<p>Create EC2 instance.</p>
<h2>Step 2</h2>
<p>Open EBS volumes section in AWS console.</p>
<h2>Step 3</h2>
<p>Create new EBS volume.</p>
<h2>Step 4</h2>
<p>Select:</p>
<ul>
<li><p>size</p>
</li>
<li><p>volume type</p>
</li>
<li><p>availability zone</p>
</li>
</ul>
<h2>Step 5</h2>
<p>Attach volume to EC2 instance.</p>
<h2>Step 6</h2>
<p>Login to EC2 and mount the volume.</p>
<h1>Benefits of EBS</h1>
<ul>
<li><p>Persistent storage</p>
</li>
<li><p>Snapshot backup support</p>
</li>
<li><p>High durability</p>
</li>
<li><p>Easy scalability</p>
</li>
<li><p>Encryption support</p>
</li>
</ul>
<h1>Real-World Example</h1>
<p>A production application running on EC2 stores application data and logs inside EBS volumes for persistent storage.</p>
<h1>Conclusion</h1>
<p>Amazon EBS is an important AWS storage service used with EC2 instances to provide scalable and persistent block storage.</p>
]]></content:encoded></item><item><title><![CDATA[What Is Amazon EC2? Complete Beginner Guide]]></title><description><![CDATA[Introduction
Amazon EC2 is one of the core AWS services used to create and manage virtual servers in the cloud.
It allows developers and organizations to run applications without purchasing physical h]]></description><link>https://blog.gauravkedia.in/what-is-amazon-ec2-complete-beginner-guide</link><guid isPermaLink="true">https://blog.gauravkedia.in/what-is-amazon-ec2-complete-beginner-guide</guid><category><![CDATA[ec2]]></category><category><![CDATA[EC2 instance]]></category><category><![CDATA[AWS]]></category><category><![CDATA[Cloud Computing]]></category><category><![CDATA[Cloud]]></category><dc:creator><![CDATA[Gaurav Kedia]]></dc:creator><pubDate>Thu, 21 May 2026 16:49:11 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a0dea168b0346022198c464/0b764617-1d48-4a4c-ab9c-e8eb0f560e58.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1>Introduction</h1>
<p>Amazon EC2 is one of the core AWS services used to create and manage virtual servers in the cloud.</p>
<p>It allows developers and organizations to run applications without purchasing physical hardware.</p>
<h1>What Is Amazon EC2?</h1>
<p>Amazon EC2 (Elastic Compute Cloud) is a cloud computing service provided by AWS.</p>
<p>It provides scalable virtual servers called EC2 instances.</p>
<p>These instances can run:</p>
<ul>
<li><p>applications</p>
</li>
<li><p>websites</p>
</li>
<li><p>APIs</p>
</li>
<li><p>databases</p>
</li>
<li><p>backend services</p>
</li>
</ul>
<h1>Why Is EC2 Important?</h1>
<p>EC2 helps organizations:</p>
<ul>
<li><p>avoid physical server management</p>
</li>
<li><p>scale applications easily</p>
</li>
<li><p>deploy infrastructure quickly</p>
</li>
<li><p>reduce operational costs</p>
</li>
</ul>
<h1>Key Features of EC2</h1>
<h2>Scalability</h2>
<p>Increase or decrease resources anytime.</p>
<h2>Flexibility</h2>
<p>Choose operating systems, CPU, RAM, and storage.</p>
<h2>Pay-As-You-Go Pricing</h2>
<p>Pay only for resources you use.</p>
<h2>Security</h2>
<p>Use Security Groups and IAM for access control.</p>
<h1>Common EC2 Components</h1>
<ul>
<li><p>AMI (Amazon Machine Image)</p>
</li>
<li><p>Instance Types</p>
</li>
<li><p>Security Groups</p>
</li>
<li><p>EBS Volumes</p>
</li>
<li><p>Key Pairs</p>
</li>
</ul>
<h1>Real-World Example</h1>
<p>A company hosting a web application can deploy its backend application on EC2 instances instead of maintaining physical servers.</p>
<h1>Benefits of EC2</h1>
<ul>
<li><p>Fast deployment</p>
</li>
<li><p>Global availability</p>
</li>
<li><p>High scalability</p>
</li>
<li><p>Cost optimization</p>
</li>
<li><p>Easy infrastructure management</p>
</li>
</ul>
<h1>Conclusion</h1>
<p>Amazon EC2 is one of the most important AWS services used for cloud computing and scalable infrastructure management.</p>
]]></content:encoded></item><item><title><![CDATA[What Is AWS? A Beginner-Friendly Introduction to Cloud Computing]]></title><description><![CDATA[Introduction
Cloud computing has changed how modern applications are built and deployed. AWS is one of the most popular cloud platforms used by startups, enterprises, and developers worldwide.
What Is]]></description><link>https://blog.gauravkedia.in/what-is-aws-a-beginner-friendly-introduction-to-cloud-computing</link><guid isPermaLink="true">https://blog.gauravkedia.in/what-is-aws-a-beginner-friendly-introduction-to-cloud-computing</guid><category><![CDATA[AWS]]></category><category><![CDATA[Cloud Computing]]></category><category><![CDATA[Beginner Developers]]></category><category><![CDATA[Devops]]></category><dc:creator><![CDATA[Gaurav Kedia]]></dc:creator><pubDate>Wed, 20 May 2026 18:50:03 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a0dea168b0346022198c464/70cad922-f884-4858-996b-37d3a4b957a0.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1>Introduction</h1>
<p>Cloud computing has changed how modern applications are built and deployed. AWS is one of the most popular cloud platforms used by startups, enterprises, and developers worldwide.</p>
<h1>What Is AWS?</h1>
<p>AWS (Amazon Web Services) is a cloud computing platform provided by Amazon.</p>
<p>It offers services like:</p>
<ul>
<li><p>computing power</p>
</li>
<li><p>storage</p>
</li>
<li><p>databases</p>
</li>
<li><p>networking</p>
</li>
<li><p>security</p>
</li>
<li><p>analytics</p>
</li>
</ul>
<p>using the internet instead of physical infrastructure.</p>
<h1>Why Is AWS Popular?</h1>
<p>AWS is popular because it provides:</p>
<ul>
<li><p>scalability</p>
</li>
<li><p>flexibility</p>
</li>
<li><p>global infrastructure</p>
</li>
<li><p>pay-as-you-go pricing</p>
</li>
<li><p>high availability</p>
</li>
</ul>
<h1>Common AWS Services</h1>
<h2>Amazon EC2</h2>
<p>Virtual servers in the cloud.</p>
<h2>Amazon S3</h2>
<p>Object storage service used to store files, backups, and application data.</p>
<h2>AWS Lambda</h2>
<p>Serverless compute service that runs code without managing servers.</p>
<h2>Amazon RDS</h2>
<p>Managed relational database service.</p>
<h2>API Gateway</h2>
<p>Service used to create, manage, and secure APIs.</p>
<h1>Benefits of AWS</h1>
<ul>
<li><p>No physical server management</p>
</li>
<li><p>Faster deployment</p>
</li>
<li><p>Better scalability</p>
</li>
<li><p>Cost optimization</p>
</li>
<li><p>Global availability</p>
</li>
</ul>
<h1>Real-World Example</h1>
<p>Companies like Netflix, Airbnb, and many startups use AWS to host applications and scale infrastructure globally.</p>
<h1>Conclusion</h1>
<p>AWS helps businesses and developers build scalable, secure, and reliable cloud applications without managing physical infrastructure.</p>
]]></content:encoded></item></channel></rss>