AWS web application architecture - the first sight
ALB, NLB (都囊括在ELB中),從internet透過ELB是直接打入在VPC裡的instance in private subnet,用的是private link的方式去連接網卡。資料從內部打到外部才是走NAT Gateway經由public subnet 出去。資料進的部分是會透過NAT進到private subnet, 資料連到internet就直接從ELB出,不會經過NAT gateway。
ALB - Layer 7 load balancer
NLB - Layer 4 load balancer
留言
張貼留言