简体   繁体   English

使用Windows将ec2实例上传到AWS

[英]uploading ec2 instance to aws using windows

I need to upload a centOS bundle from windows cmd to AWS. 我需要将centOS捆绑包从Windows cmd上传到AWS。 How can I do that? 我怎样才能做到这一点?

In ec2-api-tools ec2-upload-bundle.cmd is not present. 在ec2-api-tools中,不存在ec2-upload-bundle.cmd。

How can i use that command in windows cmd? 如何在Windows cmd中使用该命令? Can anybody help me to solve this issue? 有人可以帮我解决这个问题吗?

Thanks in advance. 提前致谢。

You can download the tools from http://aws.amazon.com/developertools/351 您可以从http://aws.amazon.com/developertools/351下载该工具

this includes the windows cmd files as well. 这也包括Windows cmd文件。

Your point is probably that AWS says to use ec2-upload-bundle.cmd , but that file does not exist in the API tools . 您的意思可能是AWS表示要使用ec2-upload-bundle.cmd ,但该文件在API工具中不存在。

Your problem is that the AMI tools are separate. 您的问题是AMI工具是分开的。 Get them from Amazon EC2 AMI Tools . Amazon EC2 AMI Tools中获取它们。 The tools are written in Ruby. 这些工具是用Ruby编写的。 After installing Ruby, you might have to play with the commands to get them to work on Windows. 安装Ruby之后,您可能必须使用命令才能使它们在Windows上运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM