AWS - Elastic Load BalancingYou configured an ALB with HTTPS listener but forgot to attach an SSL certificate. What issue will occur?AThe ALB will route requests without encryptionBThe ALB will automatically generate a certificate and accept requestsCThe ALB will downgrade HTTPS requests to HTTPDThe ALB will reject all HTTPS requests with a TLS handshake failureCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand HTTPS listener requirementsHTTPS listeners require a valid SSL certificate to establish secure connections.Step 2: Consequence of missing certificateWithout a certificate, TLS handshake fails, causing ALB to reject HTTPS requests.Final Answer:The ALB will reject all HTTPS requests with a TLS handshake failure -> Option DQuick Check:HTTPS needs SSL cert; missing cert = handshake failure [OK]Quick Trick: HTTPS listeners must have SSL certificates attached [OK]Common Mistakes:Assuming ALB auto-generates SSL certificatesThinking ALB downgrades HTTPS to HTTP automaticallyBelieving ALB routes unencrypted traffic on HTTPS listener
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API keys and usage plans - Quiz 8hard AWS Lambda - Event triggers for Lambda - Quiz 9hard AWS Lambda - Lambda handler function structure - Quiz 1easy Auto Scaling - Auto Scaling groups - Quiz 15hard DynamoDB - DynamoDB Streams overview - Quiz 1easy DynamoDB - Partition key and sort key - Quiz 4medium Elastic Load Balancing - SSL/TLS termination - Quiz 6medium Elastic Load Balancing - Why load balancing matters - Quiz 4medium Elastic Load Balancing - Listener rules and routing - Quiz 4medium SNS and SQS - SNS notification types (email, SMS, Lambda) - Quiz 8hard