When using a cloud running the EC2 frontend, you can download this EC2 client from Amazon or try a number of different client that are out there.
NOTE: Amazon EC2 upgrades happen without warning and so there is sometimes a sync error between their default tools and the tools needed to work with particular Nimbus elastic services.
With the client from Amazon, you need to adjust the following environment variables (using other clients, the configurations can vary).
Example:
The URL for EC2_URL will be provided to you by an administrator or some documentation (HOST:PORT in the example is a placeholder for an actual hostname and port number)
For example, see the Nimbus cloud docs for running EC2 clients.
If you have a problem, consult the troubleshooting guide.
Before being able to launch an instance, you will need to register a keypair like so:
Check to make sure those contents look OK:
Send the public key value to the service, labelling it "mykey"
List the available images in your personal directory:
Pick one, for example "hello-cloud". And with the "-k" argument, use the ssh key label you used above to register an ssh public key.
Check status:
After seeing 'pending' change to 'running', log in at the address printed:
Terminate using the "instance ID" printed when you first launched (and also available from ec2-describe-instances). It looks like "i-4662834e":