One place for hosting & domains

      February 2019

      How to Choose a Linode Plan


      Updated by Linode Written by Linode

      Linode offers four instance types: Nanode, Standard, High Memory, and Dedicated CPU. For the Standard, High Memory, and Dedicated CPU types there are several hardware resource tiers, or plans, that you can choose from.

      When selecting a plan, it is important to understand the hardware resources allocated to your instance, like CPU, transfer, storage, and RAM. An understanding of your project’s own needs and requirements is also useful. This guide provides an overview of all Linode instance types and plans, their corresponding use cases, and how to choose which one is right for you.

      Note

      You can easily change between instance types and plans on an existing Linode at any time. Review the Resizing a Linode for instructions.

      Hardware Resource Definitions

      Start by reviewing what each resource means for your application. If you’re confident in your understanding of these concepts, please feel free to skip ahead.

      ResourceDescription
      RAMThe working memory available for your server’s processes. Your server stores information in memory that is needed to carry out its functions. Or, it caches data in memory for fast retrieval in the future, if it is likely that the data will be needed. Data stored in RAM is accessed faster than data stored in your Linode’s disks, but it is not persistent storage.
      CPUThe number of virtual CPUs (vCPUs) available to your server. Your software is often designed to execute its tasks across multiple CPUs in parallel. The higher your vCPU count, the more work you can perform simultaneously.
      StorageYour server’s built-in persistent storage. Large databases, media libraries, and other stores of files will require more storage space. Your Linode’s storage is maintained on high-performance SSDs for fast access. You can also supplement your Linode’s disks with extra Block Storage Volumes.
      TransferThe total amount of traffic your server can emit over the course of a month. Inbound traffic sent to your Linode does not count against your transfer quota. If you exceed your quota, your service will not be shut off; instead, an overage will be billed. Review the Network Transfer Quota guide for more information about how transfer works.
      Network InThe maximum bandwidth for inbound traffic sent to your Linode. The bandwidth you observe will also depend on other factors, like the geographical distance between you and your Linode and the bandwidth of your local ISP. For help with choosing a data center that will feature the lowest latency and best bandwidth, review the How to Choose a Data Center guide.
      Network OutThe maximum bandwidth for outbound traffic emitted by your Linode. The bandwidth you observe will also depend on other factors, like the geographical distance between you and your Linode and the bandwidth of your local ISP. For help with choosing a data center that will feature the lowest latency and best bandwidth, review the How to Choose a Data Center guide.

      General Principles when Choosing a Plan

      The different Linode instance types represent different balances of the above resources. Nanode and Standard instances offer a general-purpose array of resources, High Memory instances favor higher memory allocations, and Dedicated CPU instances reserve physical CPU cores for you.

      At the same time, different kinds of applications have different resource requirements. Some applications may need to store a lot of data but require less processing power, some may need more memory than CPU, and some may be especially CPU-intensive. As a result, certain instance types can better serve certain applications. When creating your instances, consider what resources your application needs and then compare it with the resources specified by each of the instance types. The following sections include common use cases for each type, and one of these may resemble your needs.

      Finally, a common strategy when setting up a new server is to start with a smaller instance and then resize your Linode if needed. At a minimum, you will need to choose a plan that offers enough disk space to store your data. You can then monitor the CPU, memory, and network usage of your application to determine if you need more of those resources.

      1. Nanode

      The Nanode instance is great place to begin if you are new to the world of cloud hosting and are unsure of your requirements. The Nanode offers the essentials and costs $5/month. With this instance you have a fully functioning server with your preferred Linux distribution.

      Use Cases

      Resource Specifications

      ResourceValue
      RAM1GB
      CPU1 vCPU
      Storage25 GB SSD Storage
      Transfer1 TB
      Network In40 Gbps
      Network Out1000 Mbps

      2. Standard

      Standard instances start with 2GB of RAM and 1 vCPU and can go all the way up to 192GB of RAM with 32 vCPUs. These instances offer a balanced array of resources and can support a wide range of modern cloud applications, from personal projects to production deployments of an enterprise application.

      Use Cases

      Base Plan

      ResourceValue
      RAM2GB
      CPU1 vCPU
      Storage50 GB SSD Storage
      Transfer2 TB
      Network In40 Gbps
      Network Out2000 Mbps

      To view a full list of the Standard instance plans, visit the Linode Pricing page.

      3. High Memory

      High Memory instances feature higher RAM allocations and relatively fewer vCPUs and less storage. This keeps your costs down and provides power to memory-intensive applications.

      Use Cases

      Two primary applications for High Memory instances are in-memory caches and in-memory databases, like Memcached and Redis. These applications offer very fast retrieval of data, but they store data in a non-persistent manner (with some caveats). So, they are usually used in conjunction with another persistent database server running on a separate instance.

      The kinds of data you might store in one of these applications includes: information about your users’ sessions; frequently-requested pages on your website; and data that needs to be computed (for example, the average rating of a product on a retail store’s site).

      Base Plan

      ResourceValue
      RAM24GB
      CPU1 vCPU
      Storage20 GB SSD Storage
      Transfer5 TB
      Network In40 Gbps
      Network Out5000 Mbps

      To view a full list of the High Memory instance plans, visit the Linode Pricing page.

      4. Dedicated CPU

      Dedicated CPU instances offer entire dedicated CPU cores for your own Linode’s use. No other instances can run processes on the same cores that you’re using, which means that your software can run at peak speed and efficiency.

      Under the Nanode, Standard, and High Memory instances, your processes are scheduled on the same CPU cores as the processes from other servers. This shared scheduling is done in a secure and performant manner, and Linode works to minimize competition for CPU resources between your server and other servers, but the Dedicated CPU instances provide an environment with zero competition. With Dedicated CPU instances, you can run your software for prolonged periods of maximum CPU usage, and you can ensure the lowest latency possible for latency-sensitive operations.

      Dedicated CPUs and the Linode API

      Some data analysis and processing tasks are well-suited for Dedicated CPU instances. For these workloads, you may only need your Dedicated CPU instance until the task is finished, at which point you can remove the instance.

      Furthermore, some CPU-intensive tasks may be triggered from other events in your workflow. For example, if you’re a software developer that uses continuous integration and delivery (CI/CD) tools, those tools are generally run whenever you push code to your repository. By leveraging the Linode API, you can programmatically create a Dedicated CPU instance, run these tools, and destroy the instance on every code push.

      Use Cases

      Base Plan

      ResourceValue
      RAM4GB
      vCPU2 vCPUs
      Storage25 GB SSD Storage
      Transfer4 TB
      Network In40 Gbps
      Network Out4000 Mbps

      To view a full list of the Dedicated CPU instance plans, visit the Linode Pricing page.

      Find answers, ask questions, and help others.

      This guide is published under a CC BY-ND 4.0 license.



      Source link