Cheapest VPS for simple tasks or telegram bot
Review of almost cheapest VPS available on the Internet from one of most reliable French provider.
What is Scaleway
Scaleway, according to Wikipedia is French cloud and hosting company formerly known as Online.net
. Online.net
was cheap, reliable and good provider for many use cases, it has good peering and good
DMCA protection as any French/Dutch provider. They currently offer a lot of different services, starting from cloud one, like s3 clone or container hosting, ending with different dedis, even MacMini M1 instances. Their use per hour
pricing mostly, but on order page you can turn switch and check, how many your service will cost you on monthly basis.
Cheapest VPS
Brief
One of most interesting, from my perspective, services they offer - Scaleway Stardust. It’s special
VPS mostly for development/testing purposes. And it costs us only around 0.4€ month.
Here what you can get for this price:
It’s not stated on screenshot, but you get 10GB local storage as well.
How to get
Setup account:
- First of all - you need to create account on scaleway
- Then, you need to create SSH key for your account, to do this you can use PuttyGen, in example, or whatever you find suitable for.
- Then, in scaleway console, on right upper side, open profile menu and choose
Credentials
- There you will have an
Add a new SSH key
button, press it and paste your public SSH key into field.
Order instance:
- In left menu - select Compute -> Instances
- Press
+
button, to order a new one. - Select Datacenter
PARIS 1
orAMSTERDAM 1
. - Switch to
Stardust
tab - Select available instance
- Choose operating system of your preference
- Press
Create a new instance
button at bottom - After that, your instance will be deployed in couple minutes
So now, to make our instance price as low as mentioned above we need to remove IPv4:
- Go to instances page (from Compute -> Instances)
- Open your freshly created instance
- In field Public IP press
Dettach
button
Now our instance is IPv6 only, but we still have IPv4 address on our account
Let’s remove IPv4:
- Go to instances page (Compute -> Instances)
- Open tab
Flexible IPs
- You will see your recently used IP here
- Press 3 dots near it and choose Delete
- Type
DELETE
into field and press Delete button
So from now we have 0.4 euro instance with unmetered bandwidth, 1 core, 1gb RAM and 10GB space, which is suitable to host simple and not CPU heavy tasks, in example, telegram bots.
In case you need to connect to instance:
- Download PuTTY
- Copy IPv6 from instance page
- Paste it into server address in PuTTY
- In PuTTY set your private SSH key, in menu choose Connection -> SSH -> Auth and browse for your private key
- Press
Open
in PuTTY to establish connection