_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

AWS Route 53 — DNS a Traffic Management

02. 05. 2024 1 min read intermediate

Cloud Intermediate

AWS Route 53 — DNS a Traffic Management

AWSRoute 53DNSTraffic Management 5 min read

Route 53 routing policies, health checks, DNS failover a DNSSEC.

Routing Policies

  • Simple — round-robin
  • Weighted — distribuce podle váhy (canary)
  • Latency-based — nejbližší region
  • Failover — active-passive + health check
  • Geolocation — podle lokality uživatele

Health Checks

resource "aws_route53_health_check" "api" {
  fqdn              = "api.example.com"
  port              = 443
  type              = "HTTPS"
  resource_path     = "/health"
  failure_threshold = 3
  request_interval  = 30
}

DNSSEC

Route 53 podporuje DNSSEC signing — ochrana proti DNS spoofing s KMS klíčem.

Summary

Route 53 = globální traffic management. Health checks + failover routing = vysoká dostupnost.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.