Ec2instances.info

Amazon EC2 instance comparison site
Alternatives To Ec2instances.info
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Eksctl4,484
10 hours ago387September 19, 202275otherGo
The official CLI for Amazon EKS
Ec2instances.info4,433
3 days ago2October 09, 201786mitMako
Amazon EC2 instance comparison site
Aws835
3 months ago2apache-2.0Shell
A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq.
Ecs Refarch Continuous Deployment828
7 months ago13apache-2.0Shell
ECS Reference Architecture for creating a flexible and scalable deployment pipeline to Amazon ECS using AWS CodePipeline
Fabulous576
9 years ago2Python
Deploy django apps to Amazon EC2 with ONE command
Starcluster566
4 years ago265lgpl-3.0Python
StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
Jmeter Ec2440
4 years ago18gpl-3.0Shell
Automates running Apache JMeter on Amazon EC2
Laravel Aws Eb418
8 months ago17Shell
Ready-to-deploy configuration to run Laravel on AWS Elastic Beanstalk.
Aws385
2 years ago15Perl
Easy command line access to Amazon EC2, S3, SQS, ELB, and SDB
Ec2 Webapp324
7 years ago10
A template I use to quickly set up Node.js-backed web apps on Amazon EC2
Alternatives To Ec2instances.info
Select To Compare


Alternative Project Comparisons
Readme

EC2Instances.info

uses aws Python 3.8+ python style: black

Vantage Picture

I was sick of comparing EC2 instance metrics and pricing on Amazon's site so I made EC2Instances.info.

EC2Instances.info was originally created by Garret Heaton, is now hosted by Vantage and developed by the community of contributors.

Project status

Vantage employees are actively maintaining and hosting the site with the help of contributors here. Improvements in the form of pull requests or ideas via issues are welcome!

People have suggested many neat ideas and feature requests by opening issues on this repository. We also have a Slack Community for anyone to join with a devoted channel named #instances-vantage.sh.

Running locally

First, you'll need to provide credentials so that boto can access the AWS API. See a terraform example here! 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", "ec2:DescribeRegions", "pricing:*"],
      "Resource": "*"
    }
  ]
}

Running in Docker (recommended)

  1. Clone the repository, if not already done:
git clone https://github.com/vantage-sh/ec2instances.info
cd ec2instances.info
  1. Build a docker image:
docker build -t ec2instances.info .
  1. Run a container from the built docker image:
docker run -d --name some-container -p 8080:8080 ec2instances.info
  1. Open localhost:8080 in your browser to see it in action.

Detailed local build instructions

Note: These instructions are only kept here for reference, the Docker instructions mentioned above hide all these details and are recommended for local execution.

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

Then:

git clone https://github.com/vantage-sh/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

Tips for Developing Locally

docker build --no-cache --build-arg AWS_ACCESS_KEY_ID= --build-arg AWS_SECRET_ACCESS_KEY= -t ec2instances.info .

docker run -it --rm --name ec2instances -v $(pwd):/opt/app --env HTTP_HOST=0.0.0.0 -p 8080:8080 ec2instances.info

docker exec -it ec2instances /bin/bash

# INSIDE CONTAINER
python3 render.py
sass --watch in/style.scss:www/style.css

API Access

The data backing EC2Instances.info has recently been made available via a free API. All you need to get started is a free API key. To get started with API access, check out the devoted API documentation.

Keep up-to-date

Feel free to watch/star this repo as we're looking to update the site regularly. Vantage also works on the following relevant projects:

Popular Aws Ec2 Projects
Popular Amazon Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Aws
Cloud
Amazon
Ec2
Rds