创建Amazon EC2实例与API实例、Amazon、API

由网友(随梦而飞)分享简介:是否com.amazonaws.services.ec2包含一个方法来创建从现有的AMI一个全新的EC2实例?我期待从Java SDK,而Web管理控制台。Does com.amazonaws.services.ec2 contain a method to create a brand new EC2 instan...

是否com.amazonaws.services.ec2包含一个方法来创建从现有的AMI一个全新的EC2实例?我期待从Java SDK,而Web管理控制台。

Does com.amazonaws.services.ec2 contain a method to create a brand new EC2 instance from an existing AMI? I'm looking to do this from the Java SDK, not the web management console.

推荐答案

RunInstances是方法,它应该是在SDK。

RunInstances is the method, it should be in the SDK.

阅读全文

相关推荐

最新文章