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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bonsai Hosted ElasticSearch Is Down

53 点作者 sstarr将近 11 年前

8 条评论

ihsw将近 11 年前
How were they 0wned? Lack of MFA, rogue API key, or something else? Are full-access accounts being handed out willy-nilly instead of IAM accounts?<p>AWS Multi-Factor Authentication (MFA):<p><a href="http://aws.amazon.com/iam/details/mfa/" rel="nofollow">http:&#x2F;&#x2F;aws.amazon.com&#x2F;iam&#x2F;details&#x2F;mfa&#x2F;</a><p>AWS Identity Access and Management (IAM):<p><a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html" rel="nofollow">http:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;IAM&#x2F;latest&#x2F;UserGuide&#x2F;IAMBestPract...</a><p>Managing your AWS API Keys:<p><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html" rel="nofollow">http:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AWSSimpleQueueService&#x2F;latest&#x2F;SQSG...</a><p>Go a step further with your AWS API keys and use AWS&#x27; API access logging (CloudTrail):<p><a href="http://aws.amazon.com/cloudtrail/" rel="nofollow">http:&#x2F;&#x2F;aws.amazon.com&#x2F;cloudtrail&#x2F;</a><p>Don&#x27;t get burned. Check your stuff out.
评论 #7918596 未加载
评论 #7917010 未加载
bdcravens将近 11 年前
Full-blown AWS console compromise - this sounds similar to what happened to Code Spaces (<a href="https://news.ycombinator.com/item?id=7909791" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7909791</a>) Is there a new vulnerability?
评论 #7918604 未加载
评论 #7916810 未加载
dorfsmay将近 11 年前
Any word on how those accounts are getting compromised?<p>Have they been complacent (easy password to guess, keys easy to be compromised (maybe in a public github repo)), or could there be some whole in the AWS secutiy model?
评论 #7916320 未加载
huntermeyer将近 11 年前
This brought my app down. <a href="http://jrdevjobs.com" rel="nofollow">http:&#x2F;&#x2F;jrdevjobs.com</a>. Our shards were all missing from Bonsai. We looped through each model and saved it.<p>We&#x27;re back up.
huslage将近 11 年前
AWS needs to improve usability of IAM so that it gets broader adoption. The learning curve is non-trivial.
评论 #7917230 未加载
评论 #7917082 未加载
jayzalowitz将近 11 年前
This sucks... I am happy we just put our search cluster on elasticbeanstalk atm, but I wish we had more services like this running.. good news is new security practices will hop up everywhere because of this.
grandalf将近 11 年前
Not to focus on this when they are experiencing downtime, but Bonsai has been one of the least reliable service providers I&#x27;ve ever used.
评论 #7916434 未加载
评论 #7917064 未加载
kitwalker12将近 11 年前
our site <a href="http://www.violetgrey.com" rel="nofollow">http:&#x2F;&#x2F;www.violetgrey.com</a> went down because of this. Luckily we were able to reindex pretty fast before their backups kicked in. Any ideas on how to have fallbacks in such cases?