Hardware Failure on EC2
forums.aws.amazon.com
Hardware Failure on EC2
1–10 of 21 posts
Re: Hardware Failure on EC2
#2Hardware is fairly reliable nowadays (whether you're hosting your own or using the cloud provider's) but failure still happens.
The bonus that you get by using a cloud provider is that you get API machinery and tooling to automatically handling most failures.
The malus is that depending on your level of paranoia (eg: architecting for multi-region) redundancy will get very expensive very soon.
But in the end... meh.
Despite what "evangelists" or "detractors" will say, there's no free lunch.
Re: Hardware Failure on EC2
#3So, to confirm, there are individual EC2 hardware failure scenarios that we have to plan for. Is this a correct statement?
Newb.
Re: Hardware Failure on EC2
#4Re: Hardware Failure on EC2
#5The result is, as one engineer on our team says, you basically run chaos monkey but amazon pays you to do so.
Re: Hardware Failure on EC2
#6Re: Hardware Failure on EC2
#7Re: Hardware Failure on EC2
#8When there is a hardware failure, do you have to rebuild or does the original vm come back in minutes/hours/days?
Re: Hardware Failure on EC2
#9We have switched to using spot instances for our production traffic. If you diversify across instance types and AZs, there's always plenty of capacity. The result is, as one engineer on our team says, you basically run chaos monkey but amazon pays you to do so.