mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-14 02:40:27 +00:00
14 KiB
14 KiB
AWS Networking
!!! info "Architectural Context" Detailed reference for AWS Networking in the context of Cloud Providers (Hyperscalers).
Standard Reference
- AWS Networking for Developers [COMMUNITY-TOOL]
- Elastic Network Adapter [COMMUNITY-TOOL]
- cloudonaut.io: What Architects Need to Know About Networking on AWS [COMMUNITY-TOOL]
- cloudonaut.io: Advanced AWS Networking: Pitfalls That You Should Avoid [COMMUNITY-TOOL]
- Resolve DNS names of Network Load Balancer nodes to limit cross-Zone traffic [COMMUNITY-TOOL]
- github.com/seligman/aws-ip-ranges: AWS's ip-ranges.json ⭐ 286 [COMMUNITY-TOOL]
- medium: Building a Global Network with AWS Transit Gateway [COMMUNITY-TOOL]
- aws.amazon.com: Creating active/passive BGP connections over AWS Direct' Connect [COMMUNITY-TOOL]
- towardsaws.com: Networking Basics in AWS [COMMUNITY-TOOL]
- Secure Connectivity from Public to Private: Introducing EC2 Instance Connect' Endpoint [COMMUNITY-TOOL]
- Configuring Route 53 for cost protection from NXDOMAIN attacks [COMMUNITY-TOOL]
- AWS Summit Series 2016 | London: Deep Dive on Elastic Load Balancing [COMMUNITY-TOOL]
- ably.com: Balancing act: the current limits of AWS network load balancers [COMMUNITY-TOOL]
- luis-sena.medium.com: Automated AWS Load Balancer Warm-Up [COMMUNITY-TOOL]
- dashbird.io: AWS Elastic Load Balancing from a Serverless perspective [COMMUNITY-TOOL]
- aws blogs - New – AWS Application Load Balancer [COMMUNITY-TOOL]
- medium: 10 reasons why you should think about using an AWS Application Load' Balancer [COMMUNITY-TOOL]
- Introducing the AWS Load Balancer Controller [COMMUNITY-TOOL]
- Fine-tuning blue/green deployments on application load balancer [COMMUNITY-TOOL]
- faun.pub: End To End SSL Encryption With AWS Application Load Balancer [COMMUNITY-TOOL]
- aws.amazon.com/about-aws: Application Load Balancer enables configuring' HTTP client keepalive duration [COMMUNITY-TOOL]
- Centralized Traffic Inspection with Gateway Load Balancer on AWS [COMMUNITY-TOOL]
- AWS WAF enhances rate-based rules to support lower rate limits [COMMUNITY-TOOL]
- NGINX Plus on the AWS Cloud: Quick Start Reference Deployment [COMMUNITY-TOOL]
- medium.com: Optimizing Latency and Bandwidth for AWS Traffic [COMMUNITY-TOOL]
- AWS-VPC [COMMUNITY-TOOL]
- Build a Modular and Scalable Amazon VPC Architecture with New Quick Start [COMMUNITY-TOOL]
- Specifying the VPC for your Amazon RDS DB Instance [COMMUNITY-TOOL]
- awsfundamentals.blogspot.com: AWS Virtual Private Cloud - VPC [COMMUNITY-TOOL]
- Reduce Cost and Increase Security with Amazon VPC Endpoints [COMMUNITY-TOOL]
- ealtili.medium.com: Deepdive to VPCs and Connections to VPC [COMMUNITY-TOOL]
- Centralize access using VPC interface endpoints to access AWS services across multiple VPCs [COMMUNITY-TOOL]
- betterprogramming.pub: AWS: Creating a VPC With an Auto-scaling Group' Using T2.micro Instances [COMMUNITY-TOOL]
- alanblackmore.medium.com: What is AWS VPC Peering? 🌟 [COMMUNITY-TOOL]
- awstip.com: Setting Up AWS VPC Endpoint Connection [COMMUNITY-TOOL]
- towardsaws.com: How to centralize VPC endpoints in AWS [COMMUNITY-TOOL]
- cloudonaut.io: AWS Client VPN: Connected with the Cloud [COMMUNITY-TOOL]
- Amazon CloudFront now supports HTTP/2 [COMMUNITY-TOOL]
- aws.amazon.com: Authorization@Edge using cookies: Protect your Amazon CloudFront' content from being downloaded by unauthenticated users [COMMUNITY-TOOL]
- alexdebrie.com: A Detailed Overview of AWS API Gateway [COMMUNITY-TOOL]
- towardsaws.com: Accessing a Private REST API from another Private REST API' in AWS API Gateway [COMMUNITY-TOOL]
- faun.pub: Using AWS API Gateway As Proxy To Our Internal Application [COMMUNITY-TOOL]
- aws.amazon.com: Architecture patterns for consuming private APIs cross-account [COMMUNITY-TOOL]
Cloud Infrastructure
AWS
Performance Optimization
- (2026) Find the fastest region from your location 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — A real-time, lightweight browser-based network diagnostics tool designed to measure latency from the client's location to all global AWS regions. Crucial for system architects during high-availability bootstrapping and regional ingress planning to minimize user-perceived network delays.
AWS CLI
Virtual Private Cloud
- (2018) linuxjournal.com: AWS EC2 VPC CLI 🌟🌟🌟 [LEGACY] — An archived guide explaining direct configuration of AWS VPC resources through raw CLI commands. While modern 2026 paradigms mandate declarative Infrastructure as Code (such as Terraform or Pulumi), this remains a relevant low-level troubleshooting reference for imperative shell scripting.
Network Security
Mesh VPN
- (2023) ==tailscale.com: Connect to an AWS VPC using subnet routes== [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Technical reference detailing the secure integration of Tailscale subnet routers with AWS Virtual Private Clouds. Enables developers and operators to access cloud private subnets directly via a WireGuard-backed mesh VPN without incurring the high cost or operational overhead of traditional IPSec gateways.
Cloud Providers
Amazon Web Services
Cloud Networking
- (2020) AWS Cloud Networking – Zero to Hero [MARKDOWN CONTENT] [COMMUNITY-TOOL] — A comprehensive cloud networking series detailing VPC designs on AWS. Teaches subnet segmentation, routing tables, internet gateways, secure NAT topologies, and transit VPC architectures needed to host secure, enterprise-grade cloud services.
Elastic Load Balancing
- (2025) docs.aws.amazon.com: What Is Elastic Load Balancing? [MARKDOWN CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The definitive AWS reference detailing Elastic Load Balancing (ELB) topologies. It contrasts Application, Network, Classic, and Gateway Load Balancers against key protocol layers, latency profiles, scaling patterns, and SSL offloading requirements.
- (2025) Application Load Balancer [MARKDOWN CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — A deep-dive technical guide to the AWS Application Load Balancer. Details Layer 7 traffic routing mechanics, URL-path forwarding, target group setups, native integrations with AWS Web Application Firewall, and automated certificate management via ACM.
Route 53 DNS
- (2024) How do I transfer a domain to AWS from another registrar? [MARKDOWN CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The official AWS guide to transferring domain names to Amazon Route 53 with zero application downtime. Highlights zone preservation, DNSSEC handshakes, transfer authentication codes, and security configurations required for risk-free domain migration.
Networking
Azure
Hybrid Infrastructure
- (2025) Azure ExpressRoute Resiliency: Best Practices for Production-Critical Workloads [NONE CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Deeply examines resiliency patterns for Azure ExpressRoute connectivity connecting on-premises data centers to Azure. It covers active-active configuration, secondary ExpressRoute failovers, and VPN backup strategies to prevent downtime during link outages. Indispensable for designing highly available hybrid cloud foundations.
💡 Explore Related: Googlecloudplatform | Public Cloud Solutions | Managed Kubernetes In Public Cloud