⭐ Ops-Catalyst

Recent Updates

  • Exposing the Repo Insecure

    Sep 23, 2024

  • Performance testing with Grafana k6 and GitHub Actions

    Sep 23, 2024

  • Static vs Dynamic Provisioning in Kubernetes

    Sep 19, 2024

See 66 more →

          • ECS
          • ECS Exec
          • AWS ALB
          • AWS NLB
          • Target Group
        • ASG
        • AWS Lambda
        • EC2
        • AWS Database
        • AWS Backup
        • AWS Subnet
        • AWS Transit Gateway
        • AWS VPC Endpoint
        • AWS ACL
        • KMS
        • Security Group
        • AWS Parameter Store
        • DataSync
        • EFS
      • AWS EventBridge
      • AWS Nuke
      • Manage Your AWS from Code Editor without Console Hassles
        • Kubernetes Debugging with Tetragon
        • Exploring Envoy Proxy
      • Advance-topics
      • Creating Helm Charts
      • Helm Architecture
          • Unleashing Pulumi
          • Static vs Dynamic Provisioning in Kubernetes
          • Kubernetes Monitoring with Grafana Cloud
          • Performance testing with Grafana k6 and GitHub Actions
          • Kubernetes Security (Part-1)
          • Kubernetes Security (Part-2)
          • Authentication
          • Cookie
          • HTTP Basic Authentication
          • JWT
          • OIDC Authentication
          • Session-Cookie Authentication
          • Single Sign-On (SSO)
          • Token-Based Authentication
          • User Principle Name
          • Shift-left Security
        • Common Security Attacks
        • DevSecOps
        • Docker Image Hardening
        • Dynamic Secrets
        • Email Security
        • Encryption
        • Exposing the Repo Insecure
        • PEM (Privacy Enhanced Mail)
          • Event-Driven Architecture
          • Hub and Spoke Architecture
          • Micro-servercies Architecture
          • Cache Server
          • CDN
          • Compute Server
          • Message Queue
          • Multi Data Center Setup
          • Application Load Balancer
          • Load Balancer
          • Network Load Balancer
          • Monitoring
          • Forward Proxy
          • Reverse Proxy
        • System Design
      • About Me
      • Readme
    Home

    ❯

    AWS

    ❯

    Compute

    ❯

    Load Balancer

    ❯

    AWS ALB

    AWS ALB

    69 words, 1 min read
    Last updated on Dec 29, 2023
    🌟 Edit This Page!   🗓️ History

    • aws
    Kumail Rizvi

    Abstract


    • Requires at least 2 Subnet over 2 different Availability Zone
    • ALB must be in the same Availability Zone as the compute in order to load balance the traffic
    • Listener can only be either HTTP or HTTPS (Based on AWS experience)
    • Target Group can only use Network Protocol HTTP or HTTPS (Based on AWS experience)
    • Health Check can only use Network Protocol HTTP or HTTPS (Based on AWS experience)

    Backlinks

    • ECS
    • Target Group
    • Load Balancer

    Graph View


    Created by Kumail Rizvi, © 2024

    • GitHub