• Home
  • Video Courses
  • Tools – Cloud Comparison
  • Open Book & References
    • Google Anthos
    • Ethical AI
    • Production Ready Microservices Using Google Cloud
    • AI Chatbots
    • Enterprise IoT
    • Enterprise Blockchain
    • Cognitive IoT
  • Solution Bytes
    • AWS Solutions
    • GCP Solutions
    • Enterprise Architecture
    • Artificial Intelligence
  • About
  • Subscribe
  • Trends
  • Home
  • Video Courses
  • Tools – Cloud Comparison
  • Open Book & References
    • Google Anthos
    • Ethical AI
    • Production Ready Microservices Using Google Cloud
    • AI Chatbots
    • Enterprise IoT
    • Enterprise Blockchain
    • Cognitive IoT
  • Solution Bytes
    • AWS Solutions
    • GCP Solutions
    • Enterprise Architecture
    • Artificial Intelligence
  • About
  • Subscribe
  • Trends
home/Solution/Amazon Web Services/How does AWS implements Cross Region Load Balancing

How does AWS implements Cross Region Load Balancing

When you create a Load Balancer, AWS assigns a public domain name to your Load Balancer. In your application, you can use the domain name as-is or create a CNAME  (i.e app.cloudsolutions.academy) in your DNS configuration, which maps to your AWS assigned domain name (…amazonaws.com).

When the application sends a request to the Load balancer , AWS responds with one of more ip addresses and the request is served by the ip address. Based on your application traffic load,  AWS Load balancer updates the ip address associated with the domain name. With AWS Load balancer, you always deal with domain name and not the ip address directly. This is different from Google Cloud Load Balancer, which uses a single Any cast IP address for load balancer implementation. For more details, refer to – What is Anycast IP address and how does Google Cloud Load Balancer works

Any changes to domain name configuration, usually have some lag, as it takes time to propagate across the global DNS network. Client may also cache the DNS, so the cache needs to be invalidated.  To overcome the caching issue, you need to set Time to Live  (TTL) parameter in the DNS settings, so DNS lookups and refresh can happen based on TTL value. The recommended value is 60 seconds.

Was this helpful?

2 Yes  3 No
Related Articles
  • Integrating AWS EKS with Anthos
  • How do I deploy wordpress applications on AWS
  • How does designing a VPC in Google Cloud differ from Amazon AWS
  • How do i detect SSH Brute Force attack in AWS environment
  • What tool should I use to audit and validate AWS environment against AWS best practices
  • How do I organize projects in AWS for separate billing
Leave A Comment Cancel reply

Popular Solutions
  • How do I enable outbound internet access for Private GKE Clusters
  • What is Anycast IP address and how does Google Cloud Load Balancer works
  • How to install Anthos Service Mesh on GKE
  • How does AWS implements Cross Region Load Balancing
  • How to setup a multi-tenant cluster with GKE
Solution Categories
  • Machine Learning & Artificial Intelligence
  • Enterprise Architecture
  • Amazon Web Services
  • Google Cloud
  • Metaverse
© 2021 Navveen Balani (https://navveenbalani.dev/) |. All rights reserved.