Giter Site home page Giter Site logo

jackdanger / ec2instances.info Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vantage-sh/ec2instances.info

0.0 3.0 0.0 6.07 MB

Amazon EC2 instance comparison site

Home Page: http://ec2instances.info

License: MIT License

Mako 1.16% Python 1.41% CSS 0.10% JavaScript 0.51% HTML 96.82%

ec2instances.info's Introduction

ec2instances.info

I was sick of comparing EC2 instance metrics and pricing on Amazon's site so I made this. Improvements welcome!

Project status

Build Status

I'm actively maintaining the site with the help of contributors here, but am not working on large new features.

People have suggested many neat ideas and feature requests but it remains unclear how long the site will be necessary. I've heard from teams at Amazon that they use the site internally and some have mentioned that that they might be building something similar. They certainly have access to better data.

Running locally

Make sure you have LibXML and Python development files. On Ubuntu, run sudo apt-get install python-dev libxml2-dev libxslt1-dev libssl-dev.

  1. Clone the git repo
  2. cd ec2instances.info/
  3. virtualenv env (make sure you have virtualenv package installed)
  4. source env/bin/activate
  5. pip install -r requirements.txt
  6. fab build
  7. fab serve
  8. Browse to http://localhost:8080
  9. deactivate (to exit virtualenv)

Requirements

  • Python 2.7+ with virtualenv (not Python 3 yet due to Fabric dependency)
  • Fabric 1.1+
  • Boto
  • Mako
  • lxml

Docker

To build a docker image follow these steps:

  1. Clone the git repo
  2. cd ec2instances.info
  3. docker build -t ec2instances.info .
  4. Start a container docker run -d --name some-container -p 8080:8080 ec2instances.info
  5. Update files docker exec -it some-container bash -c "fab build"

Also this image can be found at quay.io/ssro/ec2instances.info

To use this instead of building your own:

docker run -d --name some-container -p 8080:8080 quay.io/ssro/ec2instances.info

Update files as described at step 5.

ec2instances.info's People

Contributors

adamg avatar amiryal avatar anderiv avatar asgh avatar bdarfler avatar cristim avatar cwjohnston avatar derek9gag avatar discordianfish avatar fidian avatar grantlawton avatar jameswnl avatar jlintz avatar jrbasso avatar mikemead avatar mskutin avatar myroslav avatar nelhage avatar nelhage-stripe avatar opalmer avatar pcorliss avatar powdahound avatar serpentblade avatar snoldak924 avatar ssro avatar stefanor avatar valtlfelipe avatar vszakats avatar wlp1979 avatar x-guardian avatar

Watchers

 avatar  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.