我查看了 Amazon EC2 以获取有时需要运行的一些基本脚本。我目前唯一的问题是我已经做了一些测试并阅读了一些文档,但我仍然不知道是否有可能做一个脚本来获取实例(比如租用它)然后 ssh,上传我的脚本并运行它。从我所看到的情况来看,可以 ssh、scp 我的脚本并运行它,但我不知道第一步。如果有人有答案或一些例子,将不胜感激。谢谢你。布卢尔
问问题
154 次
1 回答
1
You'll probably want to to start by launching an instance through the wizard by selecting launch instance on your ec2 console (console.aws.amazon.com > ec2).
Then check out the ec2 command line tools. You'll be able to check out instance, check the status of instances, ssh into them, scp up to them, and start your script. Check back when you hit a snag.
于 2013-04-11T07:28:26.927 回答