Which statement best describes how Amazon Route 53 works with an Elastic Load Balancer (ELB)?
Think about how Route 53 handles dynamic IP addresses of ELB.
Route 53 uses alias records to point to ELB DNS names. This avoids the need to manage IP addresses, which can change.
You want to route traffic from your domain example.com to an Application Load Balancer (ALB) using Route 53. Which Route 53 record configuration is correct?
Alias records are special Route 53 records for AWS resources.
Alias A records allow routing to AWS resources like ALB without using IP addresses or CNAMEs at the root domain.
You need to design a web application architecture that is highly available across two AWS regions using Route 53 and ELB. Which approach ensures traffic is routed to the healthiest region automatically?
Consider routing that adapts to both latency and health status.
Latency-based routing with health checks ensures traffic goes to the fastest and healthy ELB, improving availability and performance.
Which practice improves security when integrating Route 53 with an ELB for a public web application?
Think about protecting DNS query integrity.
DNSSEC adds a layer of security by digitally signing DNS data, preventing attackers from spoofing DNS responses.
If the IP addresses behind an ELB change, what happens to Route 53 alias records pointing to that ELB's DNS name?
Consider how alias records abstract IP management.
Alias records point to ELB DNS names, so when ELB IPs change, Route 53 resolves the DNS name dynamically, requiring no manual updates.