Kingyeung Chan

THINK GREAT THOUGHTS AND YOU WILL BE GREAT

大家好,我系Monster.Chan,一名来自中国的 iOS / AWS / Unity3D 开发者,就职于SAINSTORE。在不断修炼,努力提升自己


结合工作经验,目前写了《Getting Started with AWS》、《Websites & Web Apps on AWS》,欢迎试读或者购买

Expand the storage space of an Amazon EBS volume

Sometime, it is necessary for us to increase the storage space of an existing volume without losing the data that is on the volume. This topic explains how to expand the storage space of an Amazon EBS volume which is the system volume.

Create a EBS snapshot that the volume need to expand

In Volumes module we can select it through the Accachment information or the volume name. Then we need to record the Volume ID.

In Snapshots modules we can Create Snapshot through our Volume ID. After it is created we need to record Snapshot ID.

Create a new EBS based on the snapshot

Let's head back over to Volumes module and Create Volume. Then we need to select the size of volume.

There are two point to note:

1.select the appropriate Snapshot ID based on a snapshot of the previous record ID

2.select the Availablity Zone be the same with Original EBS volume

Attached the new EBS volume to the EC2 instance

We need to replace the system volume so we have to stop the EC2 instance.

First, we need to Detach Volume with the original EBS vloume.

Then we need to Attach volume with the new EBS volume. The Device must be set to /dev/sda1.

Finally, We check the volume.

最近的文章

纳斯达克之旅

有人说中国彩票的实质就是:虚构一个不劳而获的人,去忽悠一群想不劳而获的人,最终养活一批真正不劳而获的人。那么中国股市的实质呢? 中国股市和美股股市有着结构性的差别:美国股市是典型的机构市,它拥有世界最大的基金共同体。相比之下,中国股市则是一个典型的散户市。机构投资者的规模都很小,力量如此单薄的机构投资者,很难成为股市的精神支柱,相反,在散户市的大格局中,这些机构投资者最终也沦为了大散户,除了追涨杀跌,就是疯狂短炒。产能过剩与资本过剩,双双困扰中国。经济转型、结构调整、产业升级,包括民族企...…

继续阅读
更早的文章

Hosting Octopress With Amazon S3 and Cloudfront

I recently set up this blog and I figured as my first real post I could go through the steps it took to set this up. Universal concepts:AWS - Amazon Web Service,注意注册的时候需要提供一张具备外币功能的信用卡 S3 - Amazon Simple Storage Service,亚马逊提供的一种存储静态资源 CDN - Con...…

继续阅读