具有更高卷空间的 EC2 实例设置
我是在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用块储存设备映射选项设置 EBS 根卷的大小。
根据 AMI 和 Linux 发行版,您可能需要运行以下之一:
或者
我写了一篇文章,介绍如何使用命令行工具执行此操作:
这也可以通过 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:
or
I wrote an article that describes how to do this with the command line tools:
This is also possible through the AWS console and API.