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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AWS Explained: The Basics

280 点作者 mijndert大约 7 年前

11 条评论

mooreds大约 7 年前
This is a good high level overview of AWS, though like all overviews there are some details glossed over.<p>I was asked at an interview what developers need to know about AWS. I think there are three things to keep in mind:<p>Consider higher level services for operational simplicity. Unless you are at a certain scale, you&#x27;d never run your own object store, you&#x27;d use s3. I always say if you are thinking about downloading and installing any software system on a server, see if AWS has a managed offering and at least evaluate it.<p>Use the elasticity of the cloud. Shut things off. Build scaling systems but make sure they scale both ways.<p>If you aren&#x27;t automating you aren&#x27;t doing it right. Tools like cloudformation and terraform let you really treat your infrastructure like software and force attitude changes.<p>Bonus: keep an eye on bandwidth costs, especially between AZs as these can be shocking and can drive architecture.<p>Source: user of AWS for 10 years and former AWS instructor.
评论 #16773197 未加载
评论 #16772853 未加载
jypepin大约 7 年前
You know what I think is missing on internet?<p>A good guide to transition from heroku, where everything is handled and you don&#x27;t need to know anything, to AWS (or similar) where you end up having to either manage <i>everything</i>, or at least be aware of how things work and what are all the tools available (beanstalk, etc).<p>I find it missing, and it makes me scared of transitioning, while still be interested in learning more about server management &#x2F; linux.
评论 #16773478 未加载
评论 #16774325 未加载
评论 #16773414 未加载
评论 #16773841 未加载
评论 #16776993 未加载
评论 #16773947 未加载
评论 #16773408 未加载
评论 #16773762 未加载
评论 #16775359 未加载
评论 #16773912 未加载
评论 #16774923 未加载
giarc大约 7 年前
I&#x27;m reminded of this site, AWS In Plain English.<p><a href="https:&#x2F;&#x2F;www.expeditedssl.com&#x2F;aws-in-plain-english" rel="nofollow">https:&#x2F;&#x2F;www.expeditedssl.com&#x2F;aws-in-plain-english</a>
niemyjski大约 7 年前
AWS Explained ELI5: User Interface was written by an interns intern with the only thing being consistent is how bad it is.
评论 #16773888 未加载
balls187大约 7 年前
&quot;Security groups allow you to set inbound and outbound firewall rules on your network.&quot;<p>This is not correct. A SG is used to define per-instance inbound&#x2F;outbound firewall rules. To say this applies to the network is misleading. To use an analogy--SG is like Windows Firewall.<p>Network-level &quot;firewall&quot; rules are done via Network ACL.
评论 #16774722 未加载
评论 #16775233 未加载
k__大约 7 年前
Pretty cool!<p>I&#x27;m trying to get AWS certification next month and sucking up all info I can get :D<p>Doing a cloud guru courses right now.<p>It&#x27;s a whole new world for me coming from 10 years of front-end development.
评论 #16772918 未加载
评论 #16773058 未加载
评论 #16773184 未加载
评论 #16773741 未加载
评论 #16774029 未加载
评论 #16773163 未加载
Androider大约 7 年前
One thing I&#x27;ve noticed having worked with many clients, is that legacy architectures that get moved to AWS start by creating subnets, NACLs, etc. while for almost all AWS-first developed applications the Security Group is the smallest unit you tend to address.<p>So a legacy architecture will for instance specify the &quot;frontend servers subnet&quot; (and a unique SG, hopefully!), while a cloud-native architecture will only specify a SG. I think, asking which subnet some machine is in, is kind of like asking which core some process is running on at the moment: any one of the subnets for any one of the availability zones in that region, and the next one will automatically and on purpose be assigned to a different one by the ALB&#x2F;ASG combination.
syndacks大约 7 年前
Hi,<p>Thanks for putting this together. I think you did a good job conveying a high level overview of AWS while also giving enough detail to satisfy those who want&#x2F;need it.<p>This balance is a tricky thing to get right. I have a few pieces of feedback I&#x27;d be happy to share with you if you&#x27;d like. Grammatical and story-arch wise, not technical.<p>As a teacher turned developer who loves writing, these things fascinate me.
评论 #16791113 未加载
robohoe大约 7 年前
I think a good bullet point would be to stress the differences between Region vs Availability Zone vs Global services.
评论 #16773510 未加载
gamina大约 7 年前
As a next step, check out this guide which dives in details within the multitude of AWS components and their purposes, strengths, weaknesses, and alternatives:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;open-guides&#x2F;og-aws" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;open-guides&#x2F;og-aws</a>
k__大约 7 年前
Does anyone know how the PSI test centers work?<p>Can I schedule 3 exams at the same time and simply take them all at once?