{% extends "base.html" %} {% block title %}Run | Ubuntu in the Cloud{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Ubuntu in the Cloud

{% if instance.status == "terminated" or instance.status == "shutting-down" %}

Your instance has been terminated.

Thank you for taking part in this offering. We hope you found it useful. If you would like to share comments on your experience, please do so.

{% else %} {% if instance.status != "running" %}


{% endif %} {% if instance.status == "pending" %} Your instance request has been reserved with EC2, and is being provisioned. This process normally less than 5 minutes. {% endif %} {% if instance.status == "starting" %} Your instance has now started booting and is configuring itself. It should be ready for use in a few minutes. {% endif %} {% if instance.status == "running" %}

You now have an Ubuntu Server running in the Cloud!

Your instance is now running. Your remaining time is approximately:

{% endif %} {% endif %} {% endblock %}