How to Attach EBS Volume in EC2 Instance? Last Updated : 28 Mar, 2023 Summarize Comments Improve Suggest changes Share Like Article Like Report Pre-requisite: AWS, EC2, and EBS Elastic Block Store is a type of storage in AWS. It behaves like a virtual hard drive device in AWS and it is persistent storage. In EC2- The instance root volume will be destroyed when we terminate the EC2 instance, as well as data, will also be deleted. That's why we attach extra volume with our EC2-Instance for the data availability it does not matter EC2 instance is terminated or not. we can easily be attached or de-attached with any EC2 instance but we can use once at a time EBS volume with one EC2 Instance. EBS Volume Types:SSDHDDMagnetic DiskStep To Attach EBS Volume in EC2-Instance: Step 1: Go to All services and click on EC2 Step 2: Click on the Launch Instance. Step 3: Give the EC2 instance name or tag like the "EBS-Volume" name. Step 4: Choose Amazon Machine Image for your instance. Step 5: Choose an Instance type. Step 6: Choose the Key Pair or Create the Key pair. Step 7: Create the Security Group then open the port as per your requirement Note: By Default EC2 root volume is attached with 8GB. '1' is showing the root volume. Step 8: Click on the Add new Volume for the extra EBS Volume. '2' is denoting how to attach EBS Step 9: Configure the EBS Size. Step 10: Select the EBS type as per your requirement. Step 11:Click on the Launch Instance button. Now you can see both volume Root Volume 8GB and EBS Volume 10GB Comment More infoAdvertise with us Next Article How To Create Redhat EC2 Instance in AWS M mohdahtisham9889 Follow Improve Article Tags : Technical Scripter Amazon Web Services DevOps Technical Scripter 2022 aws-ec2 +1 More Similar Reads How To Create Redhat EC2 Instance in AWS provisioning the Red Hat Enterprise Linux (RHEL) instances on Amazon Web Services (AWS) offers a powerful and versatile solution for hosting and running applications, overseeing the jobs, and utilizing the abilities of both platforms. Red Hat Enterprise Linux is a main Linux distribution eminent for 5 min read How To Attach Single EBS To Multiple Instances? EBS Stands for Elastic Block Storage is a block-level storage service provided by Amazon web services to use with Amazon's Elastic Compute Cloud (EC2) instances.It provides persistent, high-performance storage volumes that can be attached to Amazon EC2 instances. it acts as an attached external hard 9 min read How to Set Up Apache Web Server in AWS EC2 Linux (Ubuntu) Instance? In this article, we will look into the process of setting up Apache Web Server in AWS EC2 Linux Instance.This tutorial has been done on a system running Windows 10 Home (Version 20H2).Implementation:The steps taken to complete this tutorial are being stated below:Step 1: Go to portal.aws.amazon.com 4 min read Introduction to EBS (Elastic Bean Stalk) Volumes Pre-requisite: AWS EBS Amazon Elastic Beanstalk is a fully managed service provided by AWS that makes it easy to deploy, run, and scale web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, and IIS. With Elastic 5 min read How To Create EBS Volume In AWS Using Terraform EBS Stands for Elastic Block Storage is a block-level storage service provided by Amazon web services to use with Amazon's Elastic Compute Cloud (EC2) instances.It provides persistent, high-performance storage volumes that can be attached to Amazon EC2 instances. it acts as an attached external hard 6 min read How To Increase The Storage Of EC2 Instance ? EC2 or Elastic Compute Cloud is a core service provided by Amazon web services (AWS) which is used to create virtual servers on the AWS cloud platform the one that we create using the EC2 service is called an EC2 instance. we can use this ec2 instance to deploy and run a wide variety of applications 3 min read Like