(no title)
reader_1000 | 4 months ago
Isn't it everyone using multiple cloud providers nowadays? Why are they affected by single cloud provider outage?
reader_1000 | 4 months ago
Isn't it everyone using multiple cloud providers nowadays? Why are they affected by single cloud provider outage?
lvncelot|4 months ago
True multi-tenancy is not only very rare, it's an absolute pain to manage as soon as people start using any vendor-specific functionality.
dijit|4 months ago
It's also true in circumstances where things have the same name but act differently.
You'd be forgiven for believing that AWS IAM and GCP IAM are the same thing for example, but in GCP an IAM Role is simply a list of permissions that you can attach to an identity. In AWS an IAM Role is the identity itself.
Other examples; if you're coming from GCP, you'd be forgiven for thinking that Networks are regional in AWS, which will be annoying to fix later when you realise you need to create peering connections.
Oh and while default firewall rules are stateful on both, if you dive into more advanced network security, the way rules are applied and processed can have subtle differences. The inherent global nature of the GCP VPC means firewall rules, by default, apply across all regions within that VPC, which requires a different mindset than AWS where rules are scoped more tightly to the region/subnet.
There's like, hundreds of these little details.
OtherShrezzing|4 months ago
brookst|4 months ago
Complex systems are hard.
ikiris|4 months ago
jelder|4 months ago
On the other hand, it's pretty embarrassing at this point for something as fundamental as Docker to be in a single region. Most cloud providers make inter-region failover reasonably achievable.
richardwhiuk|4 months ago
There are multiple AWS services which are "global" in the sense that they are entirely hosted out of AWS East 1
roywiggins|4 months ago
hunter2_|4 months ago
postexitus|4 months ago
rcxdude|4 months ago
pmontra|4 months ago
Being multi-cloud does not come for free: time, engineers, knowledge and ultimately money.
DiggyJohnson|4 months ago
wredcoll|4 months ago
No? I very much doubt anyone is doing that.
walkabout|4 months ago
Oh yes. All of them, in fact, especially if you count what key vendors host on.
> Why are they affected by single cloud provider outage?
Every workload is only on one cloud. Nb this doesn’t mean every workflow is on only one cloud. Important distinction since that would be more stable.
madisp|4 months ago
nobleach|4 months ago
oldpersonintx2|4 months ago
[deleted]