Comment by Nextgrid
> 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.