Files
awesome-kubernetes/v2-docs/aws-networking.md

14 KiB
Raw Blame History

AWS Networking

!!! info "Architectural Context" Detailed reference for AWS Networking in the context of Cloud Providers (Hyperscalers).

Standard Reference

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