什么是 ec2 授权?
我是 EC2 的新手,正在尝试对其进行设置,以便我可以从 VS2008 直接发布到它。 每个人都不断提到使用“ec2-authorize”来启用某些功能,但这到底是什么? 似乎没有地方解释它是什么或从哪里访问它。 我在实际的 ec2 实例中从命令行尝试了它,但什么也没有。
PS 我使用的是 EC2 的 Windows 实例。
I am new to EC2 and am trying to get it set up so that I can publish directly to it from VS2008. Everyone keeps mentioning using "ec2-authorize" to enable certain things, but what the heck is this? Nowhere seems to explain what it is or where it's accessed from. I tried it from a command line in the actual ec2 instance, but there's nothing there.
P.S. I'm using a Windows instance of EC2.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你到底想做什么? 管理大量实例还是只是将新代码发布/部署到一个实例?
ec2-authorize 是用于控制与您的实例相关的防火墙规则的简单命令,例如 Web 服务器的端口 80。
您不必安装 Java,如果只是少量实例/操作,您可以使用 EC2 Console 支持 EC2 API 的大部分操作。
What are you trying to do exactly? Manage large number of instances or just publish/deploy new code to one instance?
ec2-authorize is a simple command to control firewall rules related to your instance(s), like port 80 for your Web Server.
You don't have to install Java, if it's just a small number of instances/operations you can use EC2 Console which does support most of the operation from EC2 API.
啊,我想我终于找到了:
http://developer .amazonwebservices.com/connect/entry.jspa?externalID=351&categoryID=88
不幸的是,这意味着我必须安装 Java。 ***叹*
Ah, I think I found it finally:
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351&categoryID=88
Unfortunately it means I have to install Java. ***sigh*