EC2 us-east-1 is chronically stocked out, too. Black Friday is the worst day of the year for this. At work, we pre-allocated tons of EC2 machines we don't really need, to hedge against EC2 stockout coinciding with some kind of incident. Yes, we are part of the problem.
Ask HN: Azure has run out of compute – anyone else affected?
111–120 of 359 posts
Re: Ask HN: Azure has run out of compute – anyone else affected?
#112Any optimisations you can make? Will have the advantage of saving you money across all platforms/regions
Re: Ask HN: Azure has run out of compute – anyone else affected?
#113People saying "shame on you for not being multi-region" are missing the point: This is a German company with German customers subject to German data residency laws. For them to store German data in a region besides Germany requires getting informed consent from the "data subject", who must be "pre-informed about the potential risks involved in cross-border data transfer". [1] This is why Azure has a dedicated German…
Re: Ask HN: Azure has run out of compute – anyone else affected?
#114While you're at it at making your "infrastructure as code" cloud agnostic perhaps take a look at tools like Terraform (the only one I'm familiar with). I've just started the work of defining whatever we need to provision in their notation with the objective that it can be done with a single push of a button in the future.
There is nothing “cloud agnostic” about using Terraform. Anyone who says this has no experience actually trying to implement it. Terraform has different providers for each cloud provider and the code is not transferable any more than saying if you use Python to script your infrastructure it will be transferable.
The reason for Terraform, and it's a good one, is your Terraform-related tooling doesn't have to change, e.g. if you route all your infra change approvals through Terraform Cloud), and you can coordinate multi-service changes, e.g. update Auth0 infra to do X, then AWS to do Y.
Re: Ask HN: Azure has run out of compute – anyone else affected?
#115Big fan of n8n!
Re: Ask HN: Azure has run out of compute – anyone else affected?
#116Re: Ask HN: Azure has run out of compute – anyone else affected?
#117Re: Ask HN: Azure has run out of compute – anyone else affected?
#118Re: Ask HN: Azure has run out of compute – anyone else affected?
#119I used to be a technical seller for Azure. This situation is obviously not great for you as a customer but there are proactive steps you can take to prevent this going forward. Reach out to your sales team and work with them on your roadmap for compute requirements going forward. The sales team has a forecast tool that feeds back into the department that buys and racks the equipment. If you can provide enough lead ti…
Re: Ask HN: Azure has run out of compute – anyone else affected?
#120Are you stuck only to the German region, and can't go to other European regions?