Coder Social home page Coder Social logo

cloud-cli's Introduction

Cloud CLI

This program eases the automatition and management of cloud infrastructures, using the libraries Boto and Libcloud to operate with Amazon Web Services and OpenStack, specifically with:

  • AWS Elastic Cloud Computing (EC2)
  • AWS Simple Storage Service (S3)
  • AWS WatchCloud and Simple Notification Service (SNS)
  • AWS Elastic Load Balancer (ELB)
  • AWS CloudFormation
  • OpenStack computing services
  • OpenStack Swift storage services

Developed by Álvaro Reneses.

Disclaimer

This repository is an autonomous assignment part of the Cloud Computing with Python module offered by the CIT. The original specifications of the assignment are included in the assignment.pdf file.

Due to the time limitations of the assignment and the guidelines it had to follow, this repository should be used as a sample or proof of concept, rather than for production purposes.

Requirements

  • Python 2.7
  • Boto 2.39
  • Libcloud

Configuration

  • Boto uses its own [configuration file](boto config file)
  • In addition to it, the program has its own config file:

First, create a config.ini file from the model and edit it:

cp config.ini.sample config.ini
nano config.ini

Then, complete the configuration

[aws]
aws_access_key_id =
aws_secret_access_key =
aws_region = eu-west-1

[openstack]
openstack_user =
openstack_password =
openstack_url =

[general]
default_alert_email =

Execution

In order to run the program, just execute

python main.py

cloud-cli's People

Contributors

reneses avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.