TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS EC2 Having Issues

61 pointsby gshakirabout 4 years ago

9 comments

gshakirabout 4 years ago
Interestingly I couldn’t submit this URL to HN because it would take me to an original story that was posted 6 months ago. So I had to put it a random query string at the end of the URL like this<p><a href="https:&#x2F;&#x2F;status.aws.amazon.com&#x2F;?x=1000" rel="nofollow">https:&#x2F;&#x2F;status.aws.amazon.com&#x2F;?x=1000</a><p>@Dang, any way HN can allow new submissions to the same URL? Thank you .
评论 #26802714 未加载
don-codeabout 4 years ago
There actually are several good reasons to run in us-east-1.<p>Something I hear a good lot is the latency argument - if you&#x27;re a startup based in Boston, and your roundtrip to us-west-2 is 80ms (this is actually my roundtrip to us-west 2 right now), it doesn&#x27;t matter - your customers on the west coast will see 80ms if you go into us-east-1, too. That&#x27;s true, but your first customers will probably be local, and you almost certainly don&#x27;t have the resources to be doing true multi-region deployments right out of the gate. So my personal feeling is - deploy into us-east-1 to give your first customers a good experience - _fully understanding that you are taking on some extra risk_, and pay it down as tech debt in time.<p>Another plays off this, but in a very different way: a hybrid cloud deployment, where the public cloud is used as an on-demand extension of the datacenter. Something I once saw was that the 80ms round trip from a Boston datacenter to us-west-2 actually expanded to massive connection latencies: 80ms for a DNS lookup, and then another 500+ms (!) for the round-trips for TCP and TLS handshakes to take place, all before a SQL query or REST call actually started. That was a complete non-starter.
评论 #26801620 未加载
评论 #26802695 未加载
评论 #26801858 未加载
评论 #26801809 未加载
berniemadoff69about 4 years ago
interesting they use blue as the color that indicate an &quot;issue&quot;. at a glance, looks like nothing to see here. i have a feeling that if the entire AWS infrastructure were to go offline somehow they would refer to that as &#x27;increase error rates&#x27;
评论 #26800673 未加载
评论 #26800479 未加载
评论 #26800803 未加载
评论 #26801506 未加载
评论 #26800900 未加载
igetspamabout 4 years ago
Some day people will learn that us-east-1 is the least reliable region.
评论 #26800506 未加载
bashinatorabout 4 years ago
Never run prod in us-east-1.
评论 #26800820 未加载
评论 #26800133 未加载
评论 #26800646 未加载
评论 #26800465 未加载
评论 #26801002 未加载
评论 #26800330 未加载
mwcampbellabout 4 years ago
&gt; Existing instances and networks continue to work normally.<p>This suggests that one can minimize certain failure modes by making the configuration as static as possible, i.e. creating a fixed number of long-running instances. But then, using immutable, ephemeral instances can make for a more resilient system when the EC2 control plane is working normally. There are always tradeoffs.
评论 #26801801 未加载
random5634about 4 years ago
I run mostly us-west-2 - and when talking about AWS I&#x27;ve always felt reliability was pretty good. us-east-1 really is the one that seems to get hammered the hardest on the error counts.
maxtollenaarabout 4 years ago
friends don&#x27;t let friends run on us-east-1
wdbabout 4 years ago
GCP also experienced problems. A really nice one were if you deleted a service account you end up with restart loop:<p>&gt; We are experiencing an issue with Google Kubernetes Engine. Removing Service Account from GKE might lead to infinite cluster master restarts. Please refrain from removing GKE service accounts.
评论 #26801105 未加载