blob: 710653ccd9d4865e874c03052b1f50a42b307cd8 [file] [log] [blame]
========
EC2STACK
========
An EC2 Compatibility Interface For Apache Cloudstack
####################################################
.. image:: https://badge.fury.io/py/ec2stack.png
:target: https://pypi.python.org/pypi/ec2stack
.. image:: https://api.travis-ci.org/BroganD1993/ec2stack.png?branch=master
:target: https://travis-ci.org/BroganD1993/ec2stack
.. image:: https://coveralls.io/repos/BroganD1993/ec2stack/badge.png?branch=master
:target: https://coveralls.io/r/BroganD1993/ec2stack
Description
-----------
Apache Cloudstack is open source software designed to deploy and manage large networks of virtual machines, as highly available, highly scalable Infrastructure as a Service(laaS) cloud computing platform. Apache Cloudstack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering.
Users can manage their Apache Cloudstack cloud with an easy to use web interface, command line tools and/or a full featured RESTful API.
Amazon web services(AWS) is a collection of web services that together make up Amazons cloud computing platform. The service is there to provide a large compute capacity much faster and cheaper than building a physical server farm. One of the most popular services offered is their elastic compute cloud service, better known as Amazon EC2. This service allows users to rent virtual machines in which they can run their own applications. Amazons EC2 service was one of the first cloud computing services brought out and as such the API Amazon exposed for the configuration and management of their virtual machines became a de facto standard for many cloud based utilities.
Bridging Apache Cloudstack with existing public cloud providers APIs is needed in order to help users work across clouds. Our projects aim is to create an application that will sit above the Apache Cloudstack API. The application will take in common Amazon EC2 API requests, execute the necessary Cloudstack Calls and parse the responses as required. This would allow utilities created for the Amazon EC2 API to be used against Apache Cloudstack. This effectively gives users their own private Amazon EC2-like Infrastructure.
Usage
-----
Please see the User Guide (https://github.com/BroganD1993/ec2stack/wiki/User-Guide)