基本上,我要找的是http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/launching-instance.html
的CLI版本以前我已将我的实例保存为EBS AMI,并希望使用命令行或API启动它,而不是使用Web Interface。
谢谢。
答案 0 :(得分:0)
以下是使用指定的亚马逊机器映像(AMI)通过AWS Command-Line Interface (CLI)启动新的Amazon EC2实例的示例:
aws ec2 run-instances --image-id ami-abcd1234 --security-group-id sg-abcd1234 --instance-type t1.micro