Coder Social home page Coder Social logo

instance-type's Introduction

Synopsis

Each public cloud has its own named instance types, with specific resource allocation: at least CPU and Memory, and sometimes more (disk, GPU, pricing, and other attributes).

This project provides a freely available, well-maintained mapping of instance type names and at least the most common attributes, in several formats (tabular, yaml).

Code Example

Import the tabular or yaml files into your project, when you need to translate from a cloud's magic word for an instance type, into its attributes.

Motivation

This project exists in a common location so that a project like LXD, KVM, OpenStack, MAAS, or otherwise easily create containers, virtual machines, or physical machines that rougly map to equivalent instance sizes in Amazon, Azure, Google, or other public clouds.

For example, you can use LXD to easily create a new container instance whose performance profile matches an AWS m1.large (or any other Amazon instance type):

$ lxc launch --type aws:m1.large ubuntu:16.04

$ lxc launch --type gce:f1-micro images:centos/7

$ lxc launch --type azure:A5 images:ubuntu/trusty

Contributors

Other cloud instance type contributions are welcome. Please create a new tab-delimited file in the tab/ directory. The first column is the instance type's name, the second column is the number of CPUs, and the third column is the memory allocation in GiB.

Information Sources

License

Copyright 2017 @DustinKirkland

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

instance-type's People

Contributors

dustinkirkland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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