Amazon Forced To Reboot EC2 To Patch Bug In Xen
Bismillah writes AWS is currently emailing EC2 customers that it will need to reboot their instances for maintenance over the next few days. The email doesn't explain why the reboots are being done, but it is most likely to patch for the embargoed XSA-108 bug in Xen. ZDNet takes this as a spur to remind everyone that the cloud is not magical. Also at The Register.
I saw in the Mpls Star Tribune the other day that Amazon are going to start charging (MN residents) sales tax as from 1st October.
I don't know if this will apply to digital content as well but if it does then I will have to cut back on buying books, magazines, and music from them as well.
The only stuff we will be able to buy is clothes...
It's funny for me to read that Amazon is notifying its users of an impending reboot.
I've been suffering with Azure for over a year now, and the only thing that's constant is rebooting....
My personal favorite Azure feature, is that SQL Azure randomly drops database connections by design.
Let that sink in for a while. You are actually required to program your application to expect failed database calls.
I've never seen such a horrible platform, or a less reliable database server...
first post
NO CARRIER
How much longer would it take to migrate the existing vms to patched version. (even if you only have 10% unutilized resources it'd only take at most nine swaps) I agree it's a bad solution to move every machine over night but it's better than forcing an outage.
If your design has issues with instances going up & down, you're doing it wrong and shouldn't be using cloud services to begin with.
Cardboard coffins for all!
"we will be re-booting the cloud today,,,in order to protect your 3,2 petabytes of data, you should download it to local storage in case of a fail event. thanks for using cloud storage on computing. have a great day."
never bring a twinkie to a food fight.
Do you actually trust your business to run in a remote cloud where someone else controls the first layer of security ? You crack that layer and you have the keys to the kingdom. And that's where some businesses are moving too. LMAO.. Foder
...think your butt is very magical.
You've got a really bad architecture if rebooting a VM is a problem for you. Assume your VM's will go down at the worst possible moment, and plan accordingly. See also: Load Balancing and Clustering.
... but what about this?
Does this mean the open source release of Xen doesn't have the diff applied? Do customers of large corporate clouds now have a security advantage over other users?
My God, it's Full of Source!
OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
Oh the horror, having to suffer a reboot. Of course you wrote your apps to cope with this, you split them across zones to mitigate any effect, then you sat back waiting for nothing exciting to happen. A bit peeved due to short notice. Its the cloud, its what you do.
In the old days, patching was denied by my IT Manager due to downtime hassle and the fact that the devs assumed machines were magical and would run forever.
Thank god I don't need to suffer wankers like that old manager, and have Amazon suffering that hassle instead.
Seriously, if you ran your own server, you think you would never have to reboot it?
Yes, the cloud will have downtime. Just like we sometimes have blackouts/brownouts from an electricity outage.
BUT, chances are that downtime is LESS than the downtime you'd have running things on your own.
In every company I've worked in, there have been days the internet goes down, some intranet app goes down, exchange goes down... things need to updated and are down for a few hours.
Netflix still cocks up randomly on a stream and forces retries. I suspect it's not as rosy as they like to say and that the random death of services is more disruptive than they notice or acknowledge.
Meanwhile, even with their 'kill stuff randomly' methodology, the wrong thing still dies ever so often and brings the whole thing to a screeching halt.
XML is like violence. If it doesn't solve the problem, use more.
AWS has been around long enough this shouldn't be an issue. If a given architecture cannot survive downtime from a server, or an availability zone, then the risk is no different than if the servers were in a locally-managed datacenter.
In short, if you don't take advantage of what the cloud has to offer in terms of redundancy, then don't expect zero downtime.
"we will be re-booting the cloud today,,,in order to protect your 3,2 petabytes of data, you should download it to local storage in case of a fail event. thanks for using cloud storage on computing. have a great day."
That this inane post is moderated as "3, Insightful" is why I do not visit /. anymore.
-- @rjamestaylor on Ello
I really don't get it, every virtualization technology has the possibility to live migrate the virtual machine to a different physical host, vmware, kvm, openvz, xen, everyone has it, for at least three of them you don't need to have shared storage. Why don't they use it?
-- If you can't convince them, confuse them (Truman)
Just migrate the instance to a host running the fixed version of Xen, reboot the host with the broken version when it's empty.