What is ec2-authorize? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T00:00:59Z http://stackoverflow.com/feeds/question/791460 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/791460/what-is-ec2-authorize 0 What is ec2-authorize? chaiguy1337 2009-04-26T19:39:11Z 2009-05-01T00:39:33Z <p>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> <p>P.S. I'm using a Windows instance of EC2.</p> http://stackoverflow.com/questions/791460/what-is-ec2-authorize/791536#791536 0 Answer by chaiguy1337 for What is ec2-authorize? chaiguy1337 2009-04-26T20:22:07Z 2009-04-26T20:22:07Z <p>Ah, I think I found it finally:</p> <p><a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351&amp;categoryID=88" rel="nofollow">http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351&amp;categoryID=88</a></p> <p>Unfortunately it means I have to install Java. **<em>sigh</em></p> http://stackoverflow.com/questions/791460/what-is-ec2-authorize/791573#791573 1 Answer by Radim Marek for What is ec2-authorize? Radim Marek 2009-04-26T20:41:03Z 2009-04-26T20:41:03Z <p>What are you trying to do exactly? Manage large number of instances or just publish/deploy new code to one instance?</p> <p><a href="http://docs.amazonwebservices.com/AWSEC2/2009-03-01/DeveloperGuide/index.html?CLTRG-authorize.html" rel="nofollow">ec2-authorize</a> is a simple command to control firewall rules related to your instance(s), like port 80 for your Web Server.</p> <p>You don't have to install Java, if it's just a small number of instances/operations you can use <a href="http://console.aws.amazon.com/ec2/home" rel="nofollow">EC2 Console</a> which does support most of the operation from EC2 API.</p>