GithubHelp home page GithubHelp logo

stkaplan / ec2instances.info Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vantage-sh/ec2instances.info

0.0 0.0 0.0 76.18 MB

Amazon EC2 instance comparison site

Home Page: https://ec2instances.info

License: MIT License

Mako 0.36% Python 0.57% CSS 0.03% JavaScript 0.15% HTML 98.88% Makefile 0.01% Dockerfile 0.01%

ec2instances.info's Introduction

ec2instances.info

I was sick of comparing EC2 instance metrics and pricing on Amazon's site so I made ec2instances.info. 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 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.

First, you'll need to provide credentials so that boto can access the AWS API. Options for setting this up are described in the boto docs. Ensure that your IAM user has at least the following permissions:

```
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "ec2:DescribeInstanceTypes",
            "Resource": "*"
        },
        {
            "Effect": "Allow",
            "Action": "pricing:*",
            "Resource": "*"
        }
    ]
}
```

Then:

git clone https://github.com/powdahound/ec2instances.info
cd ec2instances.info/
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
invoke build
invoke serve
open http://localhost:8080
deactivate # to exit virtualenv

Requirements

Docker

To build a docker image follow these steps:

  1. git clone https://github.com/powdahound/ec2instances.info
    cd ec2instances.info
    docker build -t ec2instances.info .
    docker run -d --name some-container -p 8080:8080 ec2instances.info # start a container
  2. docker exec -it some-container bash -c "invoke build" # update files

ec2instances.info's People

Contributors

powdahound avatar nelhage avatar tenzer avatar blckct avatar cristim avatar nelhage-stripe avatar delijati avatar bdarfler avatar ssro avatar stefanor avatar patmyron avatar jlintz avatar derek9gag avatar serpentblade avatar cwjohnston avatar amiryal avatar stkaplan avatar opalmer avatar mikemead avatar jameswnl avatar anderiv avatar darkorb avatar mskutin avatar mxcoder avatar mswilson avatar grantlawton avatar doroncohen avatar asgh avatar x-guardian avatar vszakats 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.