Earlier quoted context omitted.
Yup, I'm aware of reserved instances (from an AWS PoV) but I always assumed they were, at least theoretically, well, reserved!
In the AWS context, they are, in fact. That's the original point of them - so during big AZ failures your reserved instances had first dibs on the available capacity. The billing thing became more of the point as big AZ failures are so rare.
Ask HN: Azure has run out of compute – anyone else affected?
231–240 of 359 posts
Re: Ask HN: Azure has run out of compute – anyone else affected?
#232Oof, that sucks and I feel for you. That said... > setting up in a new region would be complicated for us. Sounds to me like you've got a few weeks to get this working. Deprioritize all other work, get everyone working on this little DevOps/Infra project. You should've been multi-region from the outset, if not multi-cloud. When using the public cloud, we do tend to take it all for granted and don't even think about t…
“Being multicloud from the outset” is a very silly idea for most use cases. The way to get more from most cloud is by becoming a partner, not just a customer. And the way to do that is increase dependency and usage.
Re: Ask HN: Azure has run out of compute – anyone else affected?
#233Earlier quoted context omitted.
"Multi-cloud from the outset" is probably the single-worst generic cloud advice that I think anyone could be given. In professional cloud consulting the rule of thumb is to do one cloud with excellence until you even think about another one. And even that is really just kicking the conversational can, as both becoming excellent and actually needing multi-cloud combined is one-in-a-billion.
Completely agree, though certain aspects, such as running on k8s or Docker might make it easier to switch if you ever decide to, versus say, being tightly coupled with many bespoke cloud products.
Re: Ask HN: Azure has run out of compute – anyone else affected?
#234Earlier quoted context omitted.
It's worth pointing out that every cloud is the same when it comes to capacity / capacity risk. They all apply a lot of time and effort to figuring out the optimal amount of capacity to order based on track record of both customer demand and supply chain satisfaction. Too much capacity is money spent getting no return, up front capex, ongoing opex, physical space in facilities etc. On cloud scales (averaged out over…
It may be a risk borne by every cloud provider, but why does this only really happen to Microsoft among large providers? As far as chip shortages, it probably helps that Amazon makes its own chips. Microsoft could do the same rather than running out of capacity and blaming chip shortages. Microsoft had to know that at some point they were going to run out of capacity. They should've either did something about it or l…
Re: Ask HN: Azure has run out of compute – anyone else affected?
#235Re: Ask HN: Azure has run out of compute – anyone else affected?
#236Earlier quoted context omitted.
Say you want 100 GPUs all inter connected to your multi petabyte data lake that’s being fed by your production workload. Sure you could buy all that equipment but I’d wager it’s cheaper, more agile, and greater velocity from it being in the cloud
I would argue that the cost profile is different. Local GPUs are a big up-front cost. But assuming that your workload is stable, in the long run I think local GPUs ends up being cheaper per-hour than cloud. For startups, it doesn't make sense to make the up-front purchase, fine. But if you're optimizing for long-term (amortized) costs, I'd be curious if cloud is cost-effective.
Re: Ask HN: Azure has run out of compute – anyone else affected?
#237Earlier quoted context omitted.
> dismiss the virtue signaling of high resilient ... So you're saying it's impossible to improve reliability from 97% to 99% because you can never make it to 100%.
If your single-AZ, single-region cloud is not giving you 3 or 4 9's of reliability out of the box, you are using the wrong cloud. Multi-AZ and multi-region add complexity and cost much more quickly than they add reliability. Sometimes it is worth it. Sometimes it is not.
Re: Ask HN: Azure has run out of compute – anyone else affected?
#238> We never thought our startup would be threatened by the unreliability of a company like Microsoft You're new to Azure I guess. I'm glad the outage I had yesterday was only the third major one this year, though the one in august made me lose days of traffic, months of back and forth with their support, and a good chunk of my sanity and patience in face of blatant documented lies and general incompetence. One consume…
It's worth pointing out that every cloud is the same when it comes to capacity / capacity risk. They all apply a lot of time and effort to figuring out the optimal amount of capacity to order based on track record of both customer demand and supply chain satisfaction. Too much capacity is money spent getting no return, up front capex, ongoing opex, physical space in facilities etc. On cloud scales (averaged out over…
Re: Ask HN: Azure has run out of compute – anyone else affected?
#239Earlier quoted context omitted.
no, they have very low quotas by default, and you have to request increases through the portal, which then get rejected and you click the button to contact support/email and then you sometimes have to negotiate with them you have to do this for every single instance type they have, can't even experiment or test other instance types cause its too much trouble to get quota
In the future it will be possible to use computers to figure out what’s available and automatically give it to customers. 21st century man…. it’s coming.
Computers don't fix everything. They just allow you to f*ck up bigger, harder, and faster, usually in the most banal way imaginable.
Re: Ask HN: Azure has run out of compute – anyone else affected?
#240Earlier quoted context omitted.
Time to sign up for AWS or GCP, then. If you're using kubernetes anyway, you'll be fine with the switch.
Says someone who has never done a large migration of any type…