|
|
|
|
|
by jacquesm
3393 days ago
|
|
You probably do not get how this works. Let me try to explain: when you talk about the uptime of your raspberry pi you are looking at a single, very simple instance of a computer. It's really easy to get an insane uptime out of a single machine. Here's one for you: > uptime
02:52:56 up 714 days, 16:53, 1 user, load average: 0.00, 0.00, 0.00
Which is pretty average for a small, underutilized server. Essentially the uptime here is a function of how reliable the power supply is.But that's not what AWS is offering. They offer a far more complex solution which by the very nature of its complexity will have more issues than your - and mine - simple computers. The utility lies in the fact that if you tried to imitate the level of complexity and flexibility that AWS offers that you'd likely not even get close to their uptimes. So you're comparing apples and oranges, or more accurately, apples and peas. |
|