Cloud: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
*[[CC-Cloud Resources]]: Technical description of the available hardware and software.
*[[CC-Cloud Resources]]: Technical description of the available hardware and software.
*[[OpenStack]]: more details about working with OpenStack.
*[[OpenStack]]: more details about working with OpenStack.
** [[OpenStack VM Setups]]: describes ways to provision VMs and provides some commonly used setups.
** [[OpenStack VM Setups]]: describes using instance post-creation and OpenStack orchestration and provides common virtual machine configurations.
** How to use [[OpenStack Command Line Clients]]
** How to use [[OpenStack Command Line Clients]]
*[[Creating a Webserver on CC-Cloud]]
*[[CC-Cloud/Maintenance]]: Status page for maintenance activities and upgrades
*[[CC-Cloud/Maintenance]]: Status page for maintenance activities and upgrades

Revision as of 14:17, 12 July 2016

The Compute Canada Cloud resource or "CC-Cloud" is a pool of hardware supporting virtualization. This can be thought of as Infrastructure as a Service.

A user of the Cloud will typically create or "spin up" one or more virtual machines (VMs or "instances"). He or she then logs into the VM with administrative privileges, installs any desired software, and runs the software applications needed. These applications could be as diverse as a CPU-intensive analysis of particle physics data, or a web service directed towards scholars of literature and the humanities. The advantage is that the Cloud user has complete control over the collection of installed software (the "software stack"). The disadvantage is that the Cloud user must have some degree of experience in installing software and otherwise managing a computer.

Virtual machines can be easily replicated. One can take a "snapshot" of a VM which can then be started again elsewhere. This makes it easy to replicate or scale up a service, and to recover from (for example) a power interruption.