<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>EC2 on Daman Arora</title>
    <link>https://damanarora.netlify.app/tags/ec2/</link>
    <description>Recent content in EC2 on Daman Arora</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sat, 16 May 2026 16:00:00 +0000</lastBuildDate><atom:link href="https://damanarora.netlify.app/tags/ec2/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AWS EC2: Instance Storage</title>
      <link>https://damanarora.netlify.app/posts/aws-ec2-instance-storage/</link>
      <pubDate>Sat, 16 May 2026 16:00:00 +0000</pubDate>
      
      <guid>https://damanarora.netlify.app/posts/aws-ec2-instance-storage/</guid>
      <description>Once an EC2 instance is running, it needs somewhere to put data. AWS gives you three kinds of disk to attach to a VM, and each one behaves very differently.
The options Type Storage Lifecycle Scope EBS Block, network-attached Persistent One AZ Instance Store Block, physically on the host Ephemeral — lost on stop/terminate One host EFS File (NFS), network share Persistent Multi-AZ Mental model EC2 ──attaches──&amp;gt; EBS volume (its own dedicated disk, persistent) EC2 ──has──────&amp;gt; Instance Store (host&amp;#39;s physical NVMe, ephemeral) EC2 ──mounts───&amp;gt; EFS (network file share, many EC2s share it) In plain terms:</description>
    </item>
    
    <item>
      <title>AWS EC2: Elastic Compute Cloud</title>
      <link>https://damanarora.netlify.app/posts/aws-ec2-elastic-compute-cloud/</link>
      <pubDate>Sat, 16 May 2026 14:00:00 +0000</pubDate>
      
      <guid>https://damanarora.netlify.app/posts/aws-ec2-elastic-compute-cloud/</guid>
      <description>EC2 is the compute layer of AWS — rentable virtual machines. When you need a server to run an application, EC2 is where it lives.
The core pieces Launching an EC2 instance means assembling a handful of parts. Each one answers a specific question.
Piece What it is Instance A running VM AMI The image/template the VM boots from — OS plus pre-installed software Instance Type Sizing — CPU, RAM, network (e.</description>
    </item>
    
  </channel>
</rss>
