AWS vs. GCP reliability is wildly different
11–20 of 245 posts
Re: AWS vs. GCP reliability is wildly different
#12A few weeks ago I needed to change the volume type on an EC2 instance to gp3. Following the instructions, the change happened while the instance was running. I didn't need to reboot or stop the instance, it just changed the type. While the instance was running. I didn't understand how they were able to do this, I had thought volume types mapped to hardware clusters of some kind. And since I didn't understand, I wasn'…
... then it seems like a device that limits bandwidth either on the storage cluster or between the node and storage cluster is present. 125MiB/s is right around the speed of a 1gbit link, I believe. That it was a networking setting changed in-switch doesn't seem to be surprising.
Re: AWS vs. GCP reliability is wildly different
#13Re: AWS vs. GCP reliability is wildly different
#14Re: AWS vs. GCP reliability is wildly different
#15Is this testing for spot instances? In my limited experience, persistent (on-demand) GCP instances always boot up much faster than AWS EC2 instances.
Re: AWS vs. GCP reliability is wildly different
#16I wonder why someone would equate "instance launch time" with "reliability"... I won't go as far as calling it "clickbait" but wouldn't some other noun ("startup performance is wildly different") have made more sense?
Re: AWS vs. GCP reliability is wildly different
#17Re: AWS vs. GCP reliability is wildly different
#18It's meant to say "ephemeral"... right? It's hard to read after that.
Re: AWS vs. GCP reliability is wildly different
#19At a surface level, the above (from the article) seems like a pretty straightforward explanation? GCP gives you more flexibility in configuring GPU instances at the trade off of increased startup time variability.
Re: AWS vs. GCP reliability is wildly different
#20A few weeks ago I needed to change the volume type on an EC2 instance to gp3. Following the instructions, the change happened while the instance was running. I didn't need to reboot or stop the instance, it just changed the type. While the instance was running. I didn't understand how they were able to do this, I had thought volume types mapped to hardware clusters of some kind. And since I didn't understand, I wasn'…
Dunno about AWS, but GCP uses live migration, and will migrate your VM across physical machines as necessary. The disk volumes are all connected over the network, nothing really depends on the actual physical machine your VM is ran on.