Comment on DigitalOcean contributes 3 million and joins the Omacom (Omarchy) Foundation
dan@upvote.au 15 hours agoI use GreenCloudVPS for a bunch of things. They used to have VPSes starting at $15/year for 2GB RAM and 20GB disk, but their current budget deals are still good (starts at $25/year for 4GB RAM and 35GB disk). These are on older hardware (mostly AMD EPYC Rome Zen 2 systems, ~5 years old) which is why they haven’t been affected by increased RAM and storage prices yet.
greencloudvps.com/billing/store/budget-kvm-sale
They also have “premium” plans which are newer (AMD EPYC Milan Zen 3 or Genoa Zen 4, and PCIe 4.0 NVMe storage in RAID10): greencloudvps.com/billing/store/premium-kvm-sale
I suspect they’ll eventually increase the pricing, but I’ve been using them for five years and haven’t seen them increase pricing for existing customers, just new customers.
HostHatch is good too. Their regular pricing aims to compete with Hetzner, but in 13 locations worldwide. hosthatch.com/products. They do sometimes have sales on LowEndTalk with pricing similar to GreenCloud’s “premium” plans.
If you want to stick to big names, OVHcloud and Hetzner both have pretty good VPS pricing. OVH runs theirs on very old hardware like Haswell (2014/2015 era) Xeon E5 CPUs which is the main reason why they have cheaper pricing that Hetzner.
If you’re using AWS for anything, they have a service called Lightsail that’s essentially Amazon’s version of a VPS. Storage and data transfer are included in the monthly price (unlike EC2).
xSikes@feddit.online 12 hours ago
Thanks for sharing
dan@upvote.au 8 hours ago
I forgot to mention - stay far away from SSDNodes. Their prices look good, but they massively oversell their RAM. They use ballooning (
virtio_balloon) to overallocate RAM, and require you to use their customized Linux distro images that have it enabled. Ballooning means that they take unused RAM from your VM and lend it to other VMs to use. If you try to use all your RAM, they shut down your VPS.GreenCloud, HostHatch, and RackNerd all let you install whatever OS you want, by mounting an ISO, connecting to the VPS via VNC, and going through the normal setup process just like you would on a regular computer. They do have pre-built images, but I always prefer to install from my own ISO so I know that the installation doesn’t have any non-standard modifications.