<?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[Increase EC2 size while running]]></title><description><![CDATA[Increase EC2 size while running]]></description><link>https://increaseec2sizewhilerunning.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Increase EC2 size while running</title><link>https://increaseec2sizewhilerunning.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 26 Jun 2026 08:55:35 GMT</lastBuildDate><atom:link href="https://increaseec2sizewhilerunning.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Increase size while running 
]]></title><description><![CDATA[size is 25 GB  


go to ec2 -> storage -> select volume and modify -> i updated to 28 GB  






so on aws volume size is 28 but in server it is not updated till we have to update  


if you see we ha]]></description><link>https://increaseec2sizewhilerunning.hashnode.dev/increase-size-while-running</link><guid isPermaLink="true">https://increaseec2sizewhilerunning.hashnode.dev/increase-size-while-running</guid><dc:creator><![CDATA[Meghraj Fand]]></dc:creator><pubDate>Wed, 01 Apr 2026 17:11:07 GMT</pubDate><content:encoded><![CDATA[<p>size is 25 GB  </p>
<img src="https://cdn.hashnode.com/uploads/covers/69352904553a6035eed0871c/90afc690-71a7-40a8-96b8-9bcc10b3c139.png" alt="" style="display:block;margin:0 auto" />

<p>go to ec2 -&gt; storage -&gt; select volume and modify -&gt; i updated to 28 GB  </p>
<img src="https://cdn.hashnode.com/uploads/covers/69352904553a6035eed0871c/e693de63-cfbd-4bdc-a1cb-af38debf4437.png" alt="" style="display:block;margin:0 auto" />

<img src="https://cdn.hashnode.com/uploads/covers/69352904553a6035eed0871c/a64c4f08-38de-44e0-88a0-8fd69fe5bc3d.png" alt="" style="display:block;margin:0 auto" />

<img src="https://cdn.hashnode.com/uploads/covers/69352904553a6035eed0871c/61d08673-9c33-45ee-a5a6-8e6c16c4a052.png" alt="" style="display:block;margin:0 auto" />

<p>so on aws volume size is 28 but in server it is not updated till we have to update  </p>
<img src="https://cdn.hashnode.com/uploads/covers/69352904553a6035eed0871c/9ee20657-4b6f-4acc-a886-8240e655f7c1.png" alt="" style="display:block;margin:0 auto" />

<p>if you see we have to mount volume and update to xvda1<br /><code>sudo growpart /dev/xvda 1   sudo resize2fs /dev/xvda1</code><br />after this 2 command volume will update now you can see size increased to 28 GB</p>
<img src="https://cdn.hashnode.com/uploads/covers/69352904553a6035eed0871c/0057a8ff-7d69-4a4b-8f44-79b6c82d30d8.png" alt="" style="display:block;margin:0 auto" />]]></content:encoded></item></channel></rss>