具有更高卷空间的 EC2 实例设置

发布于 2025-01-05 22:57:50 字数 78 浏览 0 评论 0原文

我是在 Amazon EC2 上设置实例的新手。我每次创建实例时,总是创建10GB的硬盘空间。有没有办法在 EC2 上创建具有更高容量的实例?

I am a begineer on setting up instances on Amazon EC2. Every time I create an instance, it is always created with a 10GB harddisk space. Is there a way to create an instance with a higher volume on EC2?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多彩岁月 2025-01-12 22:57:50

您可以使用块储存设备映射选项设置 EBS 根卷的大小。

根据 AMI 和 Linux 发行版,您可能需要运行以下之一:

resize2fs

或者

xfs_growfs

我写了一篇文章,介绍如何使用命令行工具执行此操作:

http://alestic.com/2009/12/ec2-ebs-启动调整大小

这也可以通过 AWS 控制台和 API 实现。

You can set the size of the EBS root volume using the block device mapping options.

Depending on the AMI and Linux distro, you may need to run one of:

resize2fs

or

xfs_growfs

I wrote an article that describes how to do this with the command line tools:

http://alestic.com/2009/12/ec2-ebs-boot-resize

This is also possible through the AWS console and API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文