AWS - Route 53Which of the following is the correct way to configure a Route 53 health check to check an HTTP endpoint on port 80?ASet Protocol to FTP and Port to 21BSet Protocol to HTTPS and Port to 443CSet Protocol to TCP and Port to 22DSet Protocol to HTTP and Port to 80Check Answer
Step-by-Step SolutionSolution:Step 1: Identify the protocol and port for HTTPHTTP uses protocol HTTP and port 80 by default.Step 2: Match the correct configurationSetting Protocol to HTTP and Port to 80 correctly configures the health check for an HTTP endpoint.Final Answer:Set Protocol to HTTP and Port to 80 -> Option DQuick Check:HTTP = Protocol HTTP + Port 80 [OK]Quick Trick: HTTP always uses port 80 [OK]Common Mistakes:Using HTTPS protocol for HTTP checksChoosing wrong ports like 22 or 21Confusing TCP with HTTP protocol
Master "Route 53" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Advanced Security - Why defense in depth matters - Quiz 13medium Architecture Best Practices - Cost optimization pillar - Quiz 3easy Architecture Best Practices - Operational excellence pillar - Quiz 9hard Architecture Best Practices - Reliability pillar principles - Quiz 12easy CloudFormation - Updating and deleting stacks - Quiz 9hard CloudFormation - Why Infrastructure as Code matters - Quiz 4medium Cost Optimization - Why cost management matters - Quiz 10hard Route 53 - Domain registration - Quiz 9hard Serverless Architecture - Lambda with API Gateway pattern - Quiz 14medium Serverless Architecture - Lambda with S3 event triggers - Quiz 3easy