简体   繁体   中英

How to configure an IOPS type EBS after attachment on Amazon AWS?

Once I have created an EBS of IOPS type and attached to an EC2 volume, is there a way to change its settings such as storage and IOPS? I am fine detaching it and making changes. Obviously I want to retain data.

在此处输入图片说明

I am looking for an answer preferably on the AWS Console but even a command line approach is welcome.

I am using Windows AMI.

You can't change the EBS size and IOPS once it's attached to EC2 and it's a running instance. You'll need to stop it to make any changes.

First, shutdown your instance.

In the snapshots menu option - select the volume you want to change and make a snapshot. Once the snapshot is created, you right click on it and select "Create Volume" then select your size and type.

On your old Volume select it, right click and select the Detach option. Then find the snapshot you created and attach it.

Then start your instance again.

AWS recently announced Elastic Volumes , which make it possible to modify the volume type (SSD/HDD/PIOPS), volume size (GB), and provisioned IOPS of EBS volumes with no downtime or performance impact.

All EBS volumes have been converted into Elastic Volumes as of today, so this functionality is already available in your AWS account!

Simply right click the EBS volume -> Modify and enter a new IOPS value.

Yes, You can modify your EBS Volume without any downtime.

通过实例转到卷

选择音量,然后单击右键并更改并选择修改。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM