Cloudcone Offers $2.67/Month VPS at Los Angeles!

Cloudcone is offering $2.67 per month VPS at Los Angeles! Unlike others who usually have quite a few different plans, Cloudcone has a VPS Cost Calculator where you can select from 1 CPU to 8 CPUs, from 512 MB RAM to 16 GB RAM and up to 320 GBP SSD.

cloudcone-logo-300x235 Cloudcone Offers $2.67/Month VPS at Los Angeles! Bargin VPS Linux VPS Promotion Deals

cloudcone-logo

Cloudcone VPS Cost Calculator

Cloudcone VPS cost can be computed via the following PHP function.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
function getCloudCone($cpu, $ram, $ssd) {
    $num_months = 1;
    $h_in_billperiod = 744 * $num_months;
    $p_cpu = 0.0015; //per core
    $p_ram = 0.00119; //per gb
    $p_ssd = 8.0E-5; //per gb of disk
    $p_ip = 0.00069; //per ip
  
    if ($cpu > 1 || $ram > 3* 1024) {
        $p_ram = $p_ram * 2.1;
    }
    $h_cpu = $cpu * $p_cpu;
    $h_ram = $ram * $p_ram / 1024;
    $h_disk = $ssd * $p_ssd;
    $h_ip = 1 * $p_ip;
  
    $h_total = $h_cpu + $h_ram + $h_disk + $h_ip;
    $m_total = round($h_total * $h_in_billperiod, 2);
    return $m_total;
}
function getCloudCone($cpu, $ram, $ssd) {
    $num_months = 1;
    $h_in_billperiod = 744 * $num_months;
    $p_cpu = 0.0015; //per core
    $p_ram = 0.00119; //per gb
    $p_ssd = 8.0E-5; //per gb of disk
    $p_ip = 0.00069; //per ip
  
    if ($cpu > 1 || $ram > 3* 1024) {
        $p_ram = $p_ram * 2.1;
    }
    $h_cpu = $cpu * $p_cpu;
    $h_ram = $ram * $p_ram / 1024;
    $h_disk = $ssd * $p_ssd;
    $h_ip = 1 * $p_ip;
  
    $h_total = $h_cpu + $h_ram + $h_disk + $h_ip;
    $m_total = round($h_total * $h_in_billperiod, 2);
    return $m_total;
}

For $2.67/Month, you will get 1 CPU, 512 RAM and 10 GB SSD. All VPS come with 3 TB Monthly bandwidth and 1Gb/s uplink speed. Additional IPv4 Costs 0.5 USD per month (0.00069
per hour). For Higher bands, you will have 8 Cores, 16 GB RAM and 500 GB SSD which costs $69.96 per month.

The All Cloudcone VPS are charged at online hourly – meaning that you only pay for what you have used. If you turn the VPS offline, you won’t be charged, this is better than others e.g. Vultr, Linode or Digital Ocean that still charge you unless you destroy your VPS instances.

All Cloudcone VPS are Linux-based and the most classic plans have been entered in the VPS Database.

AMP Version This post has 399 words.

Leave a Reply

Your email address will not be published. Required fields are marked *