Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You should be able to login to any EC2 instance via SSH using key files and work with it like if it were an ordinary server. To do it you have to create a key pair, download public key to your local machine, and ensure you've selected that key-pair while launching new instance. You are free to install any software you like on the instance, so the way how you would monitor you instance is completely up to you (if you decide not to use AWS console).</p> <p>Apart from the web console there are also <a href="http://aws.amazon.com/developertools/351" rel="nofollow">Amazon EC2 API</a> tools (a bunch of ec2 scripts to be run from Linux console) and the <a href="http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/query-apis.html" rel="nofollow">Query API</a>. The later is considered to be the most flexible way to manage your cloud infrastructure. There are binding for EC2 in many scripting languages including Python (<a href="https://github.com/boto/boto" rel="nofollow">boto</a>), Perl (<a href="http://search.cpan.org/~mallen/Net-Amazon-EC2-0.18/lib/Net/Amazon/EC2.pm" rel="nofollow">Net::Amazon::EC2</a>), Ruby (<a href="https://github.com/grempe/amazon-ec2" rel="nofollow">amazon-ec2 gem</a>), node.js (<a href="https://github.com/SaltwaterC/aws2js" rel="nofollow">aws2js</a>).</p> <p>Otherwise there's no better solution just because EC2 is <a href="http://en.wikipedia.org/wiki/Cloud_computing#Infrastructure_as_a_Service_.28IaaS.29" rel="nofollow">IaaS</a> service and it is meant to be equally good for almost any task. For your particular needs you'll have to develop or organize your own environment which will suite your unique needs.</p> <p><strong>Edit:</strong></p> <p>Since today it is possible to log in to running EC2 Linux instances from AWS web console:</p> <blockquote> <p>Our third announcement today is about a new feature in the AWS console that makes it even easier for you to use Amazon EC2 Linux instances. Customers have been asking us to enable the ability to log into their instances directly from the AWS console. Starting today, you can log in to your Linux instances from the EC2 console without the need to install additional software clients. Please see the <a href="http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/Welcome.html" rel="nofollow">Amazon EC2 Getting Started</a> Guide for details on how to use this new functionality.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload