FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

Choosing a Provider

Koding makes use of providers to host the VMs created from your Stacks. You specify the provider in the Stack and are able to configure provider resources to create just the environment you need. Each provider has it’s own features, as well as it’s own strengths and weaknesses. We will discuss them here to help you decide which will work best for you.

  1. Amazon Web Services
  2. Vagrant
  3. DigitalOcean
  4. Google Compute Engine
  5. Microsoft Azure

Amazon Web Services

AWS is a world-class option for computing in the cloud. It is well-respected, mature, and is by far the most used. It also comes with some great features that you can leverage in your Stacks. AWS also offers a Free Tier!

Choosing AWS as a provider will require you to sign up with AWS and to subscribe to EC2. If you haven’t signed up for AWS, you can do that here. Once you’ve signed up, log in to your AWS console, select Services from the menu at the top of the screen and select EC2 from the list of services. You’ll be prompted to subscribe to the service. Once you have done so, you can obtain an Access Key ID and Secret Access Key using this guide. That ID and Key is all you need to build a Stack with AWS as your provider.

Elastic IP (EIP)

An Elastic IP is a static public IP address that can dynamically map to any instance. This can be used to mask failures by re-routing domains to different instances without needing to change the DNS records. Configuring Elastic IP in your AWS Stack couldn’t be simpler.

Route53

Route53 is the name of the AWS DNS service. This is how you route your domain to your instance. Setting this up can be an involved process, but with Koding Route53 configuration is simple and the process of associating your instance to a domain is automatic.

Identity and Access Management (IAM)

Identity and Access Management, or IAM, allows you to create users with limited or controlled access to your AWS services.

Ensure that your IAM user has permissions/access to all services required to build your stack! This often includes Route53, and EIP!

Amazon Machine Images (AMI)

Every EC2 instance is built using an image. This image specifies the operating system and software that is created with the instance. AWS allows you to use any of their default AMIs or to create your own.

Virtual Private Cloud (VPC)

AWS VPC is a Virtual Network! It allows you to create an complete logical network infrastructure for your VMs. This opens up a world of possibilities for using multiple VMs together. If you don’t require any special networking, Koding handles this automatically. However, if you want to create a custom network environment, you can configure it simply within your Stack.


Vagrant

Vagrant allows you to use your own machine to host your Koding VMs. You will install it along-side VirtualBox, so Vagrant can interface you with all of its features.

Since (VirtualBox-based) Vagrant VMs do not exist in the Cloud, backing up your data is all the more important. If the machine that hosts your VMs dies, you’ll lose those VMs and everything on them. Your Koding Stack will not be affected, so getting started with a new VM on a new machine will be quick and simple!


DigitalOcean

DigitalOcean is a very popular option among developers an teams who don’t need all of the features of AWS or GCE and also don’t need all of the headache. Its feature-set is much smaller than the others, but those it does offer are the features most used by small teams. Documentation is limited (though this is countered by a strong active community), but since they are such a straightforward service, there isn’t much required. DigitalOcean’s pricing is among the best, in large-part due to their bare-bones approach.

Using DigitalOcean as a provider will require you to Sign Up for the service. Currently, this requires a credit card and for you to pre-load your account with at least $5 (the amount needed for the lowest-tier droplet for a month.) Using DigitalOcean in your Stack will require you to create and copy an Access Token, here. This is gone over in greater detail in our Getting Started with DigitalOcean guide.

Floating IP A Floating IP is a static public IP address that can dynamically map to any VM. This can be used to mask failures by re-routing domains to different instances without needing to change the DNS records. Configuring this is very simple (pick one of your droplets and click a button).

Volumes DigitalOcean allows you to attach storage volumes to your VMs for extra storage!

DNS DigitalOcean lets you assign domains to an IP address (and thus use DigitalOcean’s nameservers to direct your domain). Terraform provides two resources here, ‘Domain’ will create an A record for your domain, and ‘Record’ will use that Domain resource to create other records (CNAME, MX, etc).


Google Compute Engine

Google Compute Engine is packed with many features which rival those of AWS. GCE offers competitive pricing, an astonishing uptime, and is fast!

Images

Like with most Cloud Providers, GCE offers a host of different OS images to build your VM with.

Global Address

A Global Address is a static public IP address that can dynamically map to any VM. This can be used to mask failures by re-routing domains to different instances without needing to change the DNS records.

Access Control

Add team members to your project and control their access (this is a great way to let other team members use their own credentials to access your project only in the way you want them to.

Firewall

Firewall in the cloud. Control and limit public access to your VMs.

Monitoring

Monitor your instances for performance and uptime without resorting to third-party solutions.


Microsoft Azure

Microsoft Azure is a growing collection of integrated cloud services—analytics, computing, database, mobile, networking, storage, and web—for moving faster, achieving more, and saving money.