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 networking concepts in a diagram

317 pointsby mparnisarialmost 2 years ago

28 comments

nprateemalmost 2 years ago
Why is debugging IAM policies and auth issues such complete dogshit on AWS? Seriously, if you want to be a competitor, focus on this.<p>I&#x27;ve wasted hours trying to work out why I get an unauthorised error, and the official docs say to manually pick your way through the 8 or so different policies that might apply (SCPs, IAM, resource policies, etc). Yeah right.<p>When you eventually find the page showing how to use Athena with Cloudtrail, you discover half the requests are inexplicably missing. And even though error messages include a request ID, you can&#x27;t easily query for them, if it&#x27;s even possible. Maybe it is and I just haven&#x27;t discovered the right athena incantation. They should make it easy to just query by request ID and get clear messages telling you what policy denied the request.<p>It&#x27;s a total train wreck from start to finish. I guess by keeping such a shitshow they sell more support contracts though.
评论 #36825227 未加载
评论 #36826389 未加载
评论 #36827217 未加载
评论 #36824664 未加载
评论 #36825516 未加载
评论 #36829595 未加载
评论 #36826782 未加载
gerbillyalmost 2 years ago
And this is why I hate having to deal with AWS. Learning this stuff isn&#x27;t technical knowledge, it&#x27;s <i>product</i> knowledge.<p>I read the TCP&#x2F;IP illustrated series cover to cover and learned that stuff cold, and this was useful knowledge to me for decades.<p>However I always find myself resisting learning this AWS stuff, which is just as complex in its own way too. This diagram makes me feel that if the goal was to simplify things, then I&#x27;m not sure how successful they were at that.
评论 #36827843 未加载
评论 #36827801 未加载
评论 #36827821 未加载
评论 #36831256 未加载
评论 #36828800 未加载
评论 #36830194 未加载
评论 #36838307 未加载
fulafelalmost 2 years ago
If they offered just normal global addressing + firewalling, most of this complexity would just go away.<p>We easily forget what the internet at the IP level is about and what problems its end-to-end architecture solves.<p>AWS instructed &quot;Well-Architected (TM)&quot; networking is really just profitable cargo cult thinking leading to complexity, mazes of 10.x networks all alike peppered by address conflicts, kludgey proxies etc when you try to get them to talk to each other, less actual security (complexity is the enemy of security), and vendor lock-in.
评论 #36825580 未加载
评论 #36825256 未加载
评论 #36825574 未加载
评论 #36825868 未加载
评论 #36827315 未加载
评论 #36827530 未加载
评论 #36826612 未加载
评论 #36824828 未加载
评论 #36826645 未加载
bfungalmost 2 years ago
I think the mindmap drawn can be simplified further down into a couple of networking concepts, then most of the relationships and arrows go away, and the AWS concepts can be mapped to other clouds, and even your own home network.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18925350">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18925350</a> is an excellent visualization of the basics. Start with what a network is, what’s inside and what’s outside, and the mental model becomes way easier. Then the AWS features make a lot of sense even w&#x2F;o all the details.
评论 #36824682 未加载
评论 #36826479 未加载
jiggawattsalmost 2 years ago
I remember the heady early days of the cloud when AWS networking was simple.<p>Even then, I saw this coming, of course. There&#x27;s no way to &quot;be everything for everybody&quot; without also duplicating the insanity that is legacy IPv4 data centre networking.<p>Just recently, I wanted to do something conceptually simple in Azure: <i>NOT</i> have the storage account with our database backups &quot;on the Internet&quot; for the world to poke and prod at will.<p>So simple! Just turn on the firewall... and <i>oh boy</i>...<p>You can whitelist only subnets. Individual subnets. One. At. A. Time. Not virtual networks. Definitely not &quot;all&quot; of your virtual networks, which works elsewhere perfectly fine.<p>Okay, fine, there&#x27;s a Private Endpoint feature as well. Sure, it kills performance and costs extra, but there&#x27;s nothing wrong with having this cost money, right? After all, flipping the address in some config of a software-defined-network (SDN) from &quot;public&quot; to &quot;private&quot; is <i>hard work</i> and the gremlins in the cloud need to be compensated.<p>Then, err... uh-oh. It doesn&#x27;t actually work! You need to override DNS to make your clients discover it. So you plug it into your AD domain. Now your PaaS services can&#x27;t access it.<p>Okay fine, you create a private DNS zone (which costs more money), link it to a hub network, link a DNS Resolver service to it (which costs more money), then set up a bazillion rules so that your AD domain still works, and then...<p>... where was I again? I started this a week ago.<p>Oh yeah, I just wanted to make sure Russian hackers can&#x27;t access our backups if a storage key leaks.<p>Maybe next week I can update the subscription templates to re-deploy all the virtual networks with the updated DNS settings.<p>Not idempotent, you say? Maybe next year they&#x27;ll have a preview?<p>Never mind, I hope the Russians won&#x27;t get mad at us in the next few months...
评论 #36824728 未加载
joramsalmost 2 years ago
This is very cool. I feel like the Google Cloud documentation does a relatively good job introducing all such complexity as you need it, but I&#x27;ve never seen such a complete overview for it.<p>(I did have to go through some effort to view the image. On the page it&#x27;s too small and it&#x27;s not clickable, then opening it in a new tab does some imgur-like bullshit where you don&#x27;t get the image but a useless page where it is still small. I had to download the image to view it.)
boringdsalmost 2 years ago
This is amazing. Thanks. This also highlights how powerful mind maps &#x2F; diagrams are when learning cloud products (or other concepts). I used them a lot when studying for my AWS certs and it&#x27;s amazing how better my mind started understanding interlinked services when presented in a map vs a series of pages, even though I was writing extensive notes. Ofc, YMMV we all learn differently.
leetbulbalmost 2 years ago
I don&#x27;t understand all of the hate in this thread. Most of the networking systems provided by AWS are as-needed. It may not be elegant, but it gets the job done. Plus a lot of the AWS-specific components map directly to real networking concepts: AZ: cage; VPC: VLAN; PL: cross-account p2p VPN (more or less). Most everything else are normal networking constructs that you would see in a typical large-scale environment.<p>The company I work for has a fairly complex global network, connected at many of our PoPs to AWS via DX. We utilize all of what you see in this diagram and each component serves a well-defined purpose.<p>If this diagram looks overly complex to you, it&#x27;s likely because you either aren&#x27;t utilizing all of these, or at least not for their intended purpose, or you aren&#x27;t a network engineer.
yallpendantoolsalmost 2 years ago
Can someone actually read the image? I&#x27;m on desktop and I can&#x27;t get it in a readable resolution. <a href="https:&#x2F;&#x2F;miparnisariblog.files.wordpress.com&#x2F;2023&#x2F;03&#x2F;aws-networking-1.png" rel="nofollow noreferrer">https:&#x2F;&#x2F;miparnisariblog.files.wordpress.com&#x2F;2023&#x2F;03&#x2F;aws-netw...</a> is still a web page and the image is, sure, larger, but no more legible. :(
评论 #36827235 未加载
评论 #36828814 未加载
评论 #36828461 未加载
Cockbrandalmost 2 years ago
This seems so crazily complex! I know only GCP of the three large Cloud vendors, where networking sure isn’t trivial, but still somewhat straightforward and consistent.<p>Can someone with more multi-Cloud experience chime in and comment on how the big three compare in terms of it being easy or complex to set up internal and external communication?
评论 #36824475 未加载
bilekasalmost 2 years ago
I honestly don&#x27;t know how anyone can use AWS properly without some kind of IAC. For me its terraform and I swear AWS will update one small thing and we end up chasing down the most frustrating issues in the infrastructure.<p>Its made all that much worse how awful their documentation is on most of their services too.
tempnow987almost 2 years ago
Does anyone remember early AWS networking?<p>- Flat! Yes, you shared with other AWS customers. Was great to make sure security was turned on (you could watch folks scanning internally at least that&#x27;s my memory). This made it dirt simple, anything could connect with anything, even cross account.<p>- EC2 instances were the key items in the flat network (they switched to things like interfaces now which add lots of possible complexity - diagram is missing this).<p>- One private one public IP address (if desired). Simples.<p>The whole security story with all the layered possible permissions is crazy now. And the org-&gt;account model is clunky with a root account login. I think GCP get&#x27;s this part better with its project model FWIW. That said, I don&#x27;t discount what AWS provides.
acosmismalmost 2 years ago
your diagram is actually insanely useful. they churn out a lot of products but as a user - things are very broken and documentation cannot keep up with it
hellodanyloalmost 2 years ago
There is a major flaw in placement of the EC2 instance in this diagram.<p>Each EC2 instance has 1 or more Network Interfaces, where each Network Interface resides in 1 subnet and can have multiple public and private IP addresses. The diagram currently suggests that an EC2 instance is located in a single subnet — it’s not. Each Network Interface connected to an EC2 instance is only required to be in the same Availability Zone where the instance was launched.
politelemonalmost 2 years ago
I had a skim through and I think AWS Cloud WAN is missing: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;cloud-wan&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;aws.amazon.com&#x2F;cloud-wan&#x2F;</a><p>It&#x27;s like a layer on some of these concepts, but also its own thing that could sit alongside. You can connect AWS and non-AWS things into a network and segment them and define where traffic can flow from&#x2F;to.
abwizzalmost 2 years ago
any1 else having trouble to get that diagram to a viewable size?<p>if i &quot;open image in new tab&quot;, i get another wp site that zooms everything but the image.
评论 #36833202 未加载
评论 #36826146 未加载
robblbobblalmost 2 years ago
It already went way too far and consider, the outcome will impact all of us. Now we have to ask an Artifical Intelligence to simplify the complexity of getting a footstep in a Cloud Hosting Platform like Google, Amazon or Microsoft. I don&#x27;t know if this is desireable.
rfmozalmost 2 years ago
It’s interesting to see how they are piling up complexity as the time passes. Sad to discover new features varnished by marketing terms that on the technical side attempt to fix the problems arised from previous solutions and narrow and struggle the ways to use them.
willio58almost 2 years ago
All these comments plus the new frameworks coming out like SST just go to show most people want a simpler interface to AWS services. I wonder if AWS will provide this themselves or if we’ll always need 3rd parties to do so.
dannylmathewsalmost 2 years ago
AWS copilot has been very useful for me. It&#x27;s their cli that tries to simplify integration (and give useful defaults) when you are setting up these services.<p>I recommend it for anyone who is starting getting into AWS.
mgaunardalmost 2 years ago
The cloud is a big sham. It&#x27;s a lot more expensive than real hardware, without the control, and with the requirement to go through a maze if inane virtual layers.<p>It&#x27;s also comically slow and inefficient.
评论 #36825170 未加载
captainkrtekalmost 2 years ago
Nice diagram putting it all together. The proliferation of networking features in VPC over the years has been significant and at times confusing, and I work on VPC ;-)
elcapitanalmost 2 years ago
Incidental, but when did this start that some websites when clicking the link for &quot;open image in new tab&quot; (<a href="https:&#x2F;&#x2F;miparnisariblog.files.wordpress.com&#x2F;2023&#x2F;03&#x2F;aws-networking-1.png" rel="nofollow noreferrer">https:&#x2F;&#x2F;miparnisariblog.files.wordpress.com&#x2F;2023&#x2F;03&#x2F;aws-netw...</a>) actually return a new html page showing some useless bullshit around the image, so that I have to download it to actually view it large? This is super annoying. Breaking the default behavior of the browser on purpose is just user-hostile behavior.
mongrolalmost 2 years ago
Looked at it for 20 seconds and seen 3 mistakes already. It&#x27;s a good idea, but others should be wary of taking this as gospel.
评论 #36842594 未加载
thefzalmost 2 years ago
What&#x27;s a &quot;route tablet&quot;?
评论 #36824377 未加载
评论 #36828771 未加载
avereveardalmost 2 years ago
I would love to see the image but the site is extremely hostile to mobile users
评论 #36828831 未加载
collsnialmost 2 years ago
A complex way to do a spreadsheet
deancalmost 2 years ago
You’d be better off doing some AWS certifications. All of this is covered during studying.
评论 #36826813 未加载
评论 #36828876 未加载