How to Create an Amazon EC2 Sandbox Instance

Start the instance

Log in into the instance

Using the IP obtained in the previous section, you will be able to log in into the virtual machine by doing:

<xterm> ssh -i <yourkey.pem> root@<IP> </xterm>

Bootstrap the instance

Run the following code in the instance and wait for a couple of minutes until it says it's ready to start the test-drive:

<xterm> curl http://dev.opennebula.org/attachments/download/636/aws.sh|bash </xterm>