logoalt Hacker News

Nextgridtoday at 1:58 PM2 repliesview on HN

> no european cloud operator able to offer what AWS/GCP/Azure offer

I guess we must be living on different planets. I have recently deployed a Django application for a client of mine on Scaleway (due to an existing partnership we preferred using them over other infrastructure). Scaleway right now (you can signup and check it out) offers:

* container registry - build an push your containers there

* ECS/Fargate equivalent - tell it to run N instances of your aforementioned container

* Managed Postgres & Redis with failover/replication

* VPC - put your managed DBs and containers there so they can talk over a private network

* S3-compatible object storage

What more do you need exactly? That's essentially all I would use from the incumbent cloud providers anyway.


Replies

ExoticPearTreetoday at 2:14 PM

> What more do you need exactly? That's essentially all I would use from the incumbent cloud providers anyway.

Pub/Sub, Dataflow, CDN, GLB to name a few. I could go on with the list of services currently used by the people that pay to push buttons.

Not to sound offensive, but others have more than a Django app that they need to run.

show 3 replies