AWS - Route 53When using weighted routing with weights 80 and 20 assigned to two records, what traffic distribution should you expect over time?AAll traffic to the record with weight 80 until it becomes unhealthyBApproximately 80% of traffic to the first record and 20% to the secondCEqual traffic to both records regardless of weightsDTraffic routed based on the lowest latency endpointCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand weighted routing traffic distributionWeighted routing distributes traffic proportionally to the weights assigned.Step 2: Apply weights 80 and 20Traffic should be split roughly 80% to the first record and 20% to the second over time.Final Answer:Approximately 80% of traffic to the first record and 20% to the second correctly describes expected traffic distribution.Quick Check:Weighted routing splits traffic by assigned weights [OK]Quick Trick: Traffic splits proportionally to weights assigned [OK]Common Mistakes:Assuming all traffic goes to highest weight record onlyConfusing weighted routing with latency routingExpecting exact percentages instantly instead of over time
Master "Route 53" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Advanced Security - Secrets Manager for credentials - Quiz 10hard Advanced Security - AWS Config for compliance - Quiz 12easy CloudFormation - Outputs for cross-stack references - Quiz 8hard CloudFormation - CloudFormation vs Terraform awareness - Quiz 12easy Cost Optimization - Data transfer cost awareness - Quiz 1easy Cost Optimization - Why cost management matters - Quiz 1easy EKS - EKS networking with VPC CNI - Quiz 8hard EKS - Why managed Kubernetes matters - Quiz 1easy Route 53 - Why DNS management matters - Quiz 3easy Serverless Architecture - Lambda with S3 event triggers - Quiz 14medium