This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
现在,从 EBS 支持的 Amazon EC2 实例创建您自己的 AMI 的过程非常简单,有两种方法选项:
Amazon EC2 API 工具
Amazon EC2 API 工具 中概述了如何通过 Amazon EC2 API 工具 实现此目的。 a href="http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html" rel="nofollow">创建 Amazon EBS 支持的 AMI:
本页还概述了从命令行实现此目的的(少数且简单的)详细步骤。
AWS 管理控制台
从正在运行的实例创建映像:
这比命令行更简单,但缺点是实例必须关闭,而在使用上面的命令行方法时这是可选的(尽管也是默认的):
The process to create your own AMI from an EBS backed Amazon EC2 instance is nowadays straight forward, there are two options:
Amazon EC2 API Tools
How to achieve this via the Amazon EC2 API Tools is outlined in the Creating Amazon EBS-Backed AMIs:
The (few and simple) detailed steps to achieve this from the command line are outlined on this page as well.
AWS Management Console
How to achieve this via the AWS Management Console is outlined in Creating an Image from a Running Instance:
This is even simpler than the command line to get started, but has the drawback that the instance must be powered down, whereas this is optional (though the default as well) when using the command line approach above: