From my experience Scaleway is awfully slow and you can't really scale your project as you like as there is often no stock. There is also that weird IP thing where you need to bind to private IP instead of the public. This causes a lot of problems - for example using custom dns for Kubernetes doesn't really work with that setup. Only thing good about it is the network. Another thing - if your instance has a fault and…
Scaleway – NVMe SSD Servers and Hot Snapshot
51–60 of 62 posts
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#52I checked them out after using GCP, AWS and its unbelievable how much slower their servers are. I some times wonder how anyone other than AWS/GCP/Azure even survive in this competitive market.
If you only want a server, OVH/Hetzner are much cheaper for the same performance. To me, AWS/GCP/Azure only really make sense if you start using the whole ecosystem. Otherwise you can get the same for half the price..
SQS
SNS
RDS
S3
Athena/Glue
EMR
CloudWatch
Lambda
CloudWatch Events
EC2 Autoscaling, ELB, ALB
Elasticsearch Service
Glacier
ElastiCache
Route 53
CloudFront
Data Pipeline
It's spendy, no question. None of this is stuff you can't do yourself on cheap instances. We'd just need an additional 2-3 FTEs to maintain the homegrown jungle of crap that would replace the managed services. Oops, there went my savings.Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#53From my experience Scaleway is awfully slow and you can't really scale your project as you like as there is often no stock. There is also that weird IP thing where you need to bind to private IP instead of the public. This causes a lot of problems - for example using custom dns for Kubernetes doesn't really work with that setup. Only thing good about it is the network. Another thing - if your instance has a fault and…
Personally, I don't think Scaleway servers are good enough to be used in production like you describe it. However, because of the low prices, they are ideal (for me at least) for hosting small web apps.
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#54Earlier quoted context omitted.
I ran 173TB combined up/down last month without ever being throttled on their C2L instance. I've run 583TB through it in the last 5 months. It even bursts to 2.2Gbps every few minutes.
What did that cost you? What's the bandwidth to other countries like?
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#55...providing that they can actually and predictably supply the servers. My experience with Scaleway was essentially this: they advertise that you can have virtual servers with up to 10 150GB SSD volumes, so I signed up and created a virtual server with two 150GB volumes. After several attempts over three days, the server wouldn't start at all; it never actually started. Scaleway's support told me that "it's because t…
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#56Earlier quoted context omitted.
Care to name the one(s) you recommend and why?
Rather not, I'm still glad it's not very well known in SV or mentioned on HN. Sorry. I tried scaleway, and I'm glad I didn't try to move my personal SMTP server there. The other issue was that I can't run my own kernel there, which was also non-obvious before purchasing. They make it look like it's baremetal, but it's limited in this way. Now I'm on a fully virtualized vmware VM where I can do pretty much anything, i…
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#57...providing that they can actually and predictably supply the servers. My experience with Scaleway was essentially this: they advertise that you can have virtual servers with up to 10 150GB SSD volumes, so I signed up and created a virtual server with two 150GB volumes. After several attempts over three days, the server wouldn't start at all; it never actually started. Scaleway's support told me that "it's because t…
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#58Earlier quoted context omitted.
I also found that in addition to that even when the server was available I had a bunch of problems even getting it to start. Their customised images just seemed to not work that day. Once I finally got the image started I then attempted a basic update && dist-upgrade and find myself looking at a bunch of errors, they had reconfigured the entirity of their image to point at their own caches, but thoses caches weren't…
hello, my personal website is running on a scaleway C1 (dirt cheap baremetal arm) since 3 oct 2015. There were some network issues the first months. No problem since. My main administrative task is: apt-get update/upgrade every week and backup of my site every couple of month.
If you use their Ubuntu image it should have unattended upgrades enabled already. Still, you need to watch it. Ubuntu is not very good at restarting daemons after a library has been upgraded. dhclient is regularly affected. And libc is blocked from automatic updates IIRC. The kernel anyway, because this is a diskless setup.
I like the product (baremetal ARM). But I fear it's dead. They used to upgrade the kernel frequently, but now it appears that no one is working on it anymore. Of course don't try to run anything that requires performance or availability on a 4 EUR / month server.
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#59They had big announcements for IPv6. After a long wait they had to admit that their C1 infra has HW limitations and IPv6 would never come. On their other infra they do have IPv6, but I understand the implementation is awkward (not an IPv6 expert myself).
They had big plans for ARM. Nowadays they do mostly Intel.
Yes, I like them for pioneering, but I would not like to have my business heavily relying on their promises.
Re: Scaleway – NVMe SSD Servers and Hot Snapshot
#60They are known for overselling a bit. They admit it in this very blog post. Nice technical, leading edge concepts, good prices. But then they might struggle with fulfilling the promises. They had big announcements for IPv6. After a long wait they had to admit that their C1 infra has HW limitations and IPv6 would never come. On their other infra they do have IPv6, but I understand the implementation is awkward (not an…