Slashdot Log In
US Amazon.com Website Down For Over 1 Hour
Posted by
ScuttleMonkey
on Friday June 06, @03:10PM
from the there-goes-the-bottom-line dept.
from the there-goes-the-bottom-line dept.
CorporalKlinger writes "CNET News is reporting that Amazon's US website, Amazon.com, has been unreachable since 10:30 AM PDT today. As of posting, visiting www.amazon.com produces an 'Http/1.1 Service Unavailable' message. According to CNET, "Based on last quarter's revenue of $4.13 billion, a full-scale global outage would cost Amazon more than $31,000 per minute on average." Some of Amazon's international websites still appear to be working, and some pages on the US Amazon.com site load if accessed using HTTPS instead of HTTP."
Related Stories
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Beer on the server? (Score:5, Funny)
Reply to This
But... (Score:5, Informative)
Also now you are Slashdotting it!
Reply to This
This will surely help (Score:5, Funny)
Reply to This
Re:This will surely help (Score:5, Insightful)
Only exceptions would be if there was a lot of heavy content being served on each page turn, saturation of one's uplink is a possibility - 10Gb links to the backbone aren't that common as yet, and CDNs like Akamai helps alleviate a good portion of that traffic.
My totally unsubstantiated guess is there was some DNS fooage that directed sites to a down cluster or possibly a screwed up CDN leg, but I'll be interested to see what's truly up.
sloth jr
Reply to This
Parent
Re:This will surely help (Score:5, Interesting)
Reply to This
Parent
Patents (Score:5, Funny)
Reply to This
Re:Patents (Score:5, Funny)
Reply to This
Parent
So, it finally happened... (Score:5, Interesting)
Believe me, if you've seen the code that runs that site, it's impressive it runs as well as it does. Try to imagine 900M static binaries that take almost an hour to link because of some tiny little code change, because they can't be fucked to make their deployment system deal with dynamic libraries reasonably.
Reply to This
Re:So, it finally happened... (Score:5, Interesting)
Believe me, if you've seen the code that runs that site, it's impressive it runs as well as it does. Try to imagine 900M static binaries that take almost an hour to link because of some tiny little code change, because they can't be fucked to make their deployment system deal with dynamic libraries reasonably.
Fuck up a dynamic library and you fuck everything. Fuck up one of those 900M programs and you've fucked 1/900M'th of everything.
What does Amazon's back end compile for? If it's Linux, that's an issue right there. The GNU linker has pathological behavior when linking large numbers of static libraries. I work on a relatively small (~1 million line) codebase and it takes about ten minutes to link. Link it on another platform (e.g. Solaris) and it links in about five seconds.
The problem isn't the huge number of libraries. The problem is that the linker blows.
Reply to This
Parent
Re:So, it finally happened... (Score:5, Interesting)
Reply to This
Parent
Re:So, it finally happened... (Score:5, Funny)
Reply to This
Parent
Re:So, it finally happened... (Score:5, Funny)
Reply to This
Parent
Re:So, it finally happened... (Score:5, Informative)
Reply to This
Parent
D&D did it. (Score:5, Funny)
Reply to This
Re:D&D did it. (Score:5, Funny)
Reply to This
Parent
They Think I'm a Robot (Score:5, Funny)
Well I think THEY are the robot. I don't know if I can win this argument...
Reply to This
The problem isn't Amazon . . . (Score:5, Funny)
Reply to This
$31,000 per minute! (Score:5, Insightful)
Reply to This
Re:How is this news? (Score:5, Insightful)
Reply to This
Parent
Re:How is this news? (Score:5, Insightful)
Reply to This
Parent
Re:How is this news? (Score:5, Insightful)
Reply to This
Parent
Re:We're sorry... (Score:5, Funny)
Reply to This
Parent
Re:do a whois. Looks like DNS got pwn3d. (Score:5, Informative)
However, as has been pointed out, HTTPS works, so it's defininitely not a DNS issue. More likely someone along the chain corrupted a pooling link to the main http server and it propogated. I've done the same thing on apache2 servers in the past and had the same result; https still works fine, but http returns an error on key pages.
Reply to This
Parent
Re:do a whois. Looks like DNS got pwn3d. (Score:5, Informative)
A fully-qualified DNS domain name ends with a dot, so you should type 'whois amazon.com.' instead.
Those "hacked" results you are getting are just bogus amazon.com.foo.bar. subdomains.
Reply to This
Parent
Re:OH NOES (Score:5, Insightful)
You'd have to factor in the ratio of income from the
US site v others (UK, etc.). IMHO, the US site is likely to be more profitable than others. You'd have to plow through an annual report to really know, and factor that in.
The larger flaw, though, is that you're subtracting one minute, when the title states > 1 hour. That implies going on A couple of million US$ in losses, which is significant, as investors don't know the reason, and caution would indicate that it could be recurring, such as the problems SalesForce has had. That hit their stock prices, etc.
The Amazon outage is more complex--TFA indicates that some of their services were unavailable for different amounts of time, etc. What are those service worth? All anyone has is a number--from CNET. Did they do anything like a real analysis, reading quarterly reports, etc? No, by long odds. Amazon does application hosting. What customers were affected, what percentage of the business is involved, and what do CxOs of large clients think?
The odds are actually quite good that many people give a crap. Investors (and CxOs) don't like uncertainty. It wouldn't surprise me to find some Wall Street analyst(s) making calls. Maybe it was an outage on a critical replication server, problem identified, fixed, and will provably never happen again. But maybe not. We'll see.
Reply to This
Parent