AWS - Elastic Load BalancingWhich AWS load balancer listener configuration correctly enables SSL/TLS termination?AListener protocol HTTP on port 80 with SSL certificate attachedBListener protocol TCP on port 443 without SSL certificateCListener protocol HTTPS on port 443 with SSL certificate attachedDListener protocol HTTPS on port 80 without SSL certificateCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify correct protocol and port for SSL terminationHTTPS protocol on port 443 is standard for SSL/TLS termination.Step 2: Confirm SSL certificate attachmentSSL certificate must be attached to the HTTPS listener to enable termination.Final Answer:Listener protocol HTTPS on port 443 with SSL certificate attached -> Option CQuick Check:HTTPS + port 443 + cert = SSL termination [OK]Quick Trick: SSL termination needs HTTPS listener on port 443 with cert [OK]Common Mistakes:Using HTTP protocol with SSL certificateUsing wrong port for HTTPSNot attaching SSL certificate to listener
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Lambda - Why serverless matters - Quiz 1easy AWS Lambda - Event triggers for Lambda - Quiz 9hard AWS Lambda - Environment variables in Lambda - Quiz 5medium Auto Scaling - Auto Scaling with ELB integration - Quiz 9hard Auto Scaling - Scaling policies (target tracking, step, simple) - Quiz 5medium Elastic Load Balancing - Cross-zone load balancing - Quiz 13medium Elastic Load Balancing - Application Load Balancer (ALB) - Quiz 12easy RDS and Relational Databases - RDS security (encryption, security groups) - Quiz 9hard RDS and Relational Databases - Read replicas for performance - Quiz 11easy SNS and SQS - Standard vs FIFO queues - Quiz 14medium