TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Recommendations for a non-US cloud option

10 点作者 adriand2 个月前
I&#x27;m Canadian and with the recent trade war the US has launched against us, many Canadians, myself included, are concerned about data sovereignty and the risk of Trump cutting off access to American cloud computing, or acting in some other way to hinder dependence on US cloud providers.<p>I currently manage web apps for two clients, one is hosted on AWS (approx $1500 USD&#x2F;month) and the other on Digital Ocean (approx $500 USD&#x2F;month). I am investigating feasibility of migrating the app that is on DO elsewhere, and I also have a third web app I need to deploy this year, for which I am also seeking an alternative (the AWS app is for a US client so I am hopeful that even if things get crazy, that one will be safe).<p>The DO app and this third web app have fairly simple requirements: compute, Postgres, load balancer, Redis, object storage. I am not keen on DevOps and strongly prefer as much as possible to be managed by the cloud provider, i.e. managed Postgres (similar to RDS), managed object storage (similar to S3), etc. I have started looking at various European options: Scaleway (the Reddit chatter is both light and somewhat concerning), Hetzner Cloud (no managed Postgres option), OVHCloud (seems strongly Europe-focused). Essentially, I&#x27;d love to hear if anyone has a recommendation for a non-US alternative. DO is really quite perfect in terms of the mix of reliability, simplicity and cost-effectiveness. Is there anything out there that is similar? A solution that is essentially engineered for experienced web developers &#x2F; software engineers, as opposed to requiring hands-on expertise with k8s etc.?<p>(It seems insane that I might end up hosting apps which only serve N. American users in Europe or even Asia for all I know...but that is the world we live in. Hopefully the latency will be manageable!)

3 条评论

delano2 个月前
I have been on a similar journey. It&#x27;s been a trying endeavour but my spirits are buoyed knowing now that I am not alone.<p>One I found last week, FullHost, is Victoria-based with multiple datacentres in Canada and the US. I&#x27;m not sure if they support everything you&#x27;re looking for.<p><a href="https:&#x2F;&#x2F;www.fullhost.com&#x2F;cloud-paas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fullhost.com&#x2F;cloud-paas&#x2F;</a><p>I gave OVH a try a couple weeks ago. It&#x27;s difficult to explain what the user experience is like. It&#x27;s like a byzantine interpretation of what cloud computing is all about. Beyond that I tried both their VPSs and the Cloud instances. The VPSs are very well priced but there&#x27;s no private network so each instance is on its own. I read (but didn&#x27;t verify myself) that the firewall rules only apply to inbound connections so any other VPS can connect to any port on any other VPS (of any customer). It seemed plausible. So I got a refund on those and tried the Cloud Instances. I could get any to boot up. Just a long delay and a few minutes later an error message and a failed state.<p>So I&#x27;ve been working with DigitalOcean this past week. Literally 20 minutes ago figured out that my app&#x27;s verification emails stop sending b&#x2F;c they now block all SMTP ports. Incoming I can understand to prevent people running their own mail servers, but it seems to also apply to connecting to remote SMTP servers. Wild. I opened a ticket and I&#x27;m hoping I just missed something.<p><a href="https:&#x2F;&#x2F;docs.digitalocean.com&#x2F;support&#x2F;why-is-smtp-blocked&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.digitalocean.com&#x2F;support&#x2F;why-is-smtp-blocked&#x2F;</a><p>Anyway, that&#x27;s what brought me to HN today. Overall, I&#x27;m just really surprised their aren&#x27;t cloud hosting options in Canada right now. There used to be a few but at least two of them were acquired and absorbed.
mircerlancerous2 个月前
Fellow Canadian here. The company I work for uses Canadian Web Hosting (<a href="https:&#x2F;&#x2F;canadianwebhosting.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;canadianwebhosting.com&#x2F;</a>). The name isn&#x27;t very original but the name tells you what you&#x27;re looking for.<p>They&#x27;re pretty good to work with at the enterprise level. I tried them for a cheap personal project, and they were average. At the enterprise level you get good support, and they offer both dedicated and virtual servers. Our company has both server types with them, and they&#x27;ll handle as much or as little of the devops as you&#x27;d like.
solardev2 个月前
Have you seen: <a href="https:&#x2F;&#x2F;european-alternatives.eu&#x2F;alternative-to&#x2F;aws-amazon-web-services" rel="nofollow">https:&#x2F;&#x2F;european-alternatives.eu&#x2F;alternative-to&#x2F;aws-amazon-w...</a><p>And also, the AWS European Sovereign Cloud might be a bandaid fix, but it&#x27;s still related to the American business.<p>As for latency, surely you can use a CDN where appropriate to provide edge nodes in Canada? Maybe exclude America?