Giter VIP home page Giter VIP logo

cloudsnap's Introduction

CloudSnap Build Status

A python 2.7 Google App Engine (GAE) script to create images (AMIs) from all of your Amazon EC2 instances.

Configuration

settings.py

Copy settings.example.py to settings.py and fill:

  • Your AWS account key (AWS['key'])
  • Your AWS account secret (AWS['secret'])
  • Your GAE's administrator email (LOGGER['sender'])
  • Your email to receive logs (LOGGER['to'])

Obs: lacks a configuration wizard.

app.yaml

Since cloudsnap is already taken (by me) you will need to replace the application name with something else. Remember to signup for an GAE Account and verify the availability of the application name.

cron.yaml

The cron.yaml is configured according to my needs. Feel free to change the scheduling and timezone according to yours.

Deploying

Download GAE python SDK and follow application upload instructions.

Development Environment

To set up the project on your development environment, follow these steps:

  • Download the APP Engine SDK

  • Move the SDK folder to /usr/local/google_appengine (the google_appengine folder may be anywhere. If you place it elsewhere take a look at Makefile and replace the path to run the unit tests)

  • Install virtualenv and virtualenvwrapper:

    sudo pip install virtualenv
    sudo pip install virtualenvwrapper
  • Clone the project

    git clone https://github.com/renanivo/cloudsnap.git
  • Create a new virtualenv on the project folder:

    virtualenv --no-site-packages cloudsnap
  • Go to the project folder and execute:

    add2virtualenv cloudsnap
    make setup

cloudsnap's People

Contributors

renanivo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cloudsnap's Issues

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.