1. 程式人生 > >Expand the EBS Root Volume of Your EC2 Windows Instance

Expand the EBS Root Volume of Your EC2 Windows Instance

By default, you have 30 GB gp2 (General Purpose SSD) Amazon EBS volume as a root volume when using an Amazon EC2 Windows instance from an Amazon AMI.

Expand the root volume using the Amazon EC2 console

1.    From the Amazon EC2 console, choose Instances from the left navigation pane.

2.    Choose the instance you want to expand, choose the Description tab, and then choose the volume listed for Block devices.

3.    Choose the EBS ID.

4.    Choose the volume, choose Actions, and then choose Modify Volume.

5.    Choose the Volume Type, enter the Size

, and, in the case of an io1 volume, enter the desired Iops, then choose Modify, and choose Yes.

6.    Refresh the console page. The expanded volume is immediately available for the OS. You can check this by choosing the Description tab, and then choosing the information icon next to the State. Doing so displays the Original Size

and the Target Size.
Note: Windows root volumes are the Master Boot Record (MBR) by default, and they can be extended up to 2 TB. For other considerations, see Amazon EBS Volume Types.

7.    Open the remote desktop protocol (RDP) session for the instance, launch the Disk Management view by using the diskmgmt.msc command, choose Action, and then choose Refresh.

8.    Open the context (right-click) menu, and then choose Extend Volume.

9.    Accept the default options by choosing Next, and then choosing Finish.

Repeat these steps for any additional volumes.

Expand the root volume using the AWS CLI

You can also perform these steps using the AWS Command Line Interface (AWS CLI):

1.    Run a command similar to the following:

相關推薦

Expand the EBS Root Volume of Your EC2 Windows Instance

By default, you have 30 GB gp2 (General Purpose SSD) Amazon EBS volume as a root volume when using an Amazon EC2 Windows instance from an Amazo

Expand the Root Volume of an EC2 Linux Instance

1.    Review Amazon EBS Volume Performance on Linux Instances before you expand the EBS root volume of your EC2 Linux instance. This will help

Execute User Data After the Initial Launch of Your EC2 Instance

As part of the metadata included with Amazon EC2 instances, user data can be used to install packages or scripts. By default user data is execu

Set or Change the Root Password for an EC2 Linux Instance

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Remove The Port 25 Throttle From Your EC2 Instance

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Attach an EBS Volume to a Running Windows Instance

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Reset the Master User Password for Your RDS DB Instance

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Manage an AWS Managed Microsoft AD Directory from an Amazon EC2 Windows Instance

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Git提交失敗之 Updates were rejected because the tip of your current branch is behind

錯誤顯示 D:\devworkspace\ecpphoton\jcodef>git push To https://github.com/osxm/jcodef.git ! [rejected] master -> master (non-fast-forward)

First Volume of the Cancer Cell Line wireless communication Encyclopedia

www.inhandnetworks.com CCLE website: “We hope that the Cancer Cell Line Encyclopedia will be a preclinical resource that could guide clinical tr

Git工作筆記004---torisegit使用時Updates were rejected because the tip of your current branch i

   JAVA技術交流QQ群:170933152        因為要跟別的公司一塊合作開發,我們用svn他們用git,現在又得用git  我在提交的時候:報如下錯誤: git.exe pu

安裝Centos 6.4提示找不到安裝檔案 The centos disc was not found in any of your drives.Please insert the centos d

【1】安裝Centos 6.4提示找不到安裝檔案 The centos disc was not found in any of your drives.Please insert the centos disc and press OK to retry  解決方法: 把CD

關於報錯clean-webpack-plugin:E:\workspace\ar\dist is outside of the project root. Skipping...

1.問題 webpack配置: new CleanWebpackPlugin(['../dist'])//這裡我的webpack配置和dist不在同級目錄 執行會報錯: clean-webpack-plugin: E:\workspace\test\dist is outs

刪除github專案失敗時出現:Updates were rejected because the tip of your current branch is behind

刪除github上的專案失敗報錯如下 這是由於我本地的倉庫和遠端github倉庫發生了衝突導致的,解決方法如下 1.強制使用push git push -u origin master -f 注意:使用此方法會使遠端的修改丟失,一般是不可取的 2.推送前先將遠端倉

Updates were rejected because the tip of your current branch is behind 問題出現解決方案

提供如下幾種方式: 1.使用強制push的方法(多人協作時不可取): git push -u origin master -f 2.push前先將遠端repository修改pull下來 git pull origin master git push -u origin master 3.不想me

Decentralization should NOT be the primary goal of your crypto project

The blockchain entrepreneur I recently talked with over the phone was excited, speaking energetically about what set his product apart from the rest and bo

Meet Cleo: the AI assistant that helps you take control of your money

We partner with Plaid, who help us aggregate your financial details without handling sensitive credentials ourselves. They tokenize and encrypt sensitive d

Cutting the jargon out of your creative work

Cutting the jargon out of your creative workYears and years ago, I was working with someone on a project and they kept using the word deliverable. I had no

Using pam and MySQL to authenticate the users of your PureFTPd server

Using pam and MySQL to authenticate the users of your PureFTPd serverHow to install and configure MySQL, pam-mysql, pure-ftpd, etc…At Alchimie we use FTP a

3 Tips to Boost the Performance of your Varnish Cache

TIP #3 : Browser optimizationBrowser limits the number of concurrently HTTP requests on the same domain (RFC2616). Of course, you cannot change the client’