TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

AWS EC2 Having Issues

61 点作者 gshakir大约 4 年前

9 条评论

gshakir大约 4 年前
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-code大约 4 年前
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 未加载
berniemadoff69大约 4 年前
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 未加载
igetspam大约 4 年前
Some day people will learn that us-east-1 is the least reliable region.
评论 #26800506 未加载
bashinator大约 4 年前
Never run prod in us-east-1.
评论 #26800820 未加载
评论 #26800133 未加载
评论 #26800646 未加载
评论 #26800465 未加载
评论 #26801002 未加载
评论 #26800330 未加载
mwcampbell大约 4 年前
&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 未加载
random5634大约 4 年前
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.
maxtollenaar大约 4 年前
friends don&#x27;t let friends run on us-east-1
wdb大约 4 年前
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 未加载