top of page
  • Writer's pictureParag

Amazon EBS Volume Backup and Restore with increased size

Updated: Mar 11

Persists EBS volume beyond the life of an EC2 instance, takes snapshot & restore the EBS volume with increased storage capacity to a new instance.


This blog is updated by Atchaya B.


Objectives:

1.   Learn to persist EBS Volume beyond the life of an EC2 instance.

2.   Resolve the problem of storage capacity for EC2 instances.

 

Step 1: Create a Linux Instance by following the steps:

Click on the Instance option in the left navigation panel. It will direct to the following page. Click on the Launch Instance button on the top left.



After clicking the Launch Instance, you will be redirected to the page below. Under Name and Tags give a name as MyLinuxServer and click on additional tags



 Click on the Next: Add Tags button in the down-right corner.

 Add Tags

  • Key: Name

  • Value: Linux Server

 


In Application and OS image (Amazon Machine Image) choose Instance Type. Under Amazon Machine Image (AMI), choose Amazon Linux 2023 AMI.



Under Instance type, select t2.micro



Under the key pair section, select the existing key pair. Here we are using the Mumbai server. You can choose the key pair according to your server.



In Network settings, click on the Edit option at the right corner.



Keep VPC as default and choose anyone subnet from the downlist. Here we are using 1b.

In the Auto-assign public IP, select the enable option.



Step:2

In Firewall Security, choose Create Security group.

Security Group name: LinuxSG

In the description enter the following text, Security Group for Linux Servers

Keep the default SSH rule and in the Source type, select Anywhere

Warning: Rules with the source of 0.0.0.0/0 allow all IP addresses to access your instance. We recommend setting security group rules to allow access from known IP addresses only. While using this feature for production make sure the known IP address is entered.



Under Configure Storage, click on Add new Volume.



Let everything be the default and mention the required size of the volume 50GB in this case.



In the Summary section review your instance details and click on Launch Instance



Go back to the Instances, your Instance will be created.



Step:3

In the left panel of the AWS console go into Volumes, under Elastic Block Store. Here you will see our 2 volumes created (One was added by default with the instance and the other by extra that we added)

Name these two volumes as ROOT (8GB) and DATA (50GB) below the name category by clicking the pencil icon in the name column.

Select the DATA volume and click Create Snapshot on Actions.



Step:4

In the Create Snapshot pop-up window, give a description as Snapshot for Added EBS.

Click on Add Tag and give Key and Value as follows:

●        Key-Name

●        Value-MySnap



Click on the Snapshots option on the left navigation panel and check that the snapshot has been created.



Step:5

Now Terminate the Linux Instance

  • Click on the drop-down menu beside the Actions button

  • Select the Instance State and click on Terminate.



Go to Snapshots under Elastic Block Store. Click on Actions and select Create Volume from Snapshot.



Note: Choose the same subnet while creating its associated Instance in the future.

Click on Create Volume.

 


 Initially the size of volume in this case is 50 GB. Increase it to different value. E.g. 100 GB.

You can see the new volume is created.

 

Step:6

Go to EC2. Create a Linux Instance and configure it in the above-noted subnet. Configure it to have only ROOT volume.

After creation on the instance, in EBS, make sure that the new ROOT volume is in-use state. The modified volume will be in the available state.



Step:7

Go to Volumes. Select the new DATA volume. Go to Action -> Attach Volume.

Select your newly created instance in the Instance text field. Keep the rest as default. Finally, Click the Attach Volume.




Now the volume is successfully attached to the instance.

You may delete the Old DATA Volume since the data has already been reciprocated.



Note: You can Delete old 50GB volume.

Note: If you no longer need this instance and the Volume, make sure to terminate the instance and delete the volume and snapshot.



Was this document helpful? How can we make this document better. Please provide your insights. You can download PDF version for reference.



EBS Volume Backup
.
Download • 997KB


For your aws certification needs or for aws learning contact us.

 

 

 

 

 

 

 

410 views42 comments

Recent Posts

See All
bottom of page