创建 AMI 是否需要 Java?
我一直在阅读 Amazon EC2 文档,您可以使用 AMI 工具创建 AMI,但是,为了注册(然后能够使用它插入新实例),您需要 EC2 API 工具,并且它们需要 Java。
那么是否需要在主机中安装所有 Java 包来注册刚刚创建的 AMI?
我觉得没有必要,因为Java安装占用太多空间和性能。
I've been reading Amazon EC2 doc, and you can create the AMI with the AMI tools, but, for registering (and then be able to use it for insert in new instances), you need EC2 API tools, and they need Java.
Is it necessary then to install all Java package in a host, to register a just created AMI?
I find it unnecessary because Java installation takes too much space and performance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Amazon GUI 来创建 AMI?
Use the Amazon GUI to create the AMI instead?
并非所有工具都需要 java,您可以使用 ruby 工具,例如
http://solutious.com/blog/2009/04/22/rudy-ec2-api-tools-replacement/ 或 Tim kay perl 工具
http://timkay.com/aws/
但是这些不是官方工具,而是第 3 方创建的工具。
Not all the tools require java, you can use the ruby ones for example
http://solutious.com/blog/2009/04/22/rudy-ec2-api-tools-replacement/ or Tim kay perl tools
http://timkay.com/aws/
However these are not offical tools, but 3rd party created tools.