
Answer-first summary for fast verification
Answer: Configure an SSL/TLS certificate on an Application Load Balancer via AWS Certificate Manager (ACM), Create an HTTPS listener on the Application Load Balancer with SSL termination
Overall explanation Correct option: "Configure an SSL/TLS certificate on an Application Load Balancer via AWS Certificate Manager (ACM)" "Create an HTTPS listener on the Application Load Balancer with SSL termination" An Application load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. A listener checks for connection requests from clients, using the protocol and port that you configure. The rules that you define for a listener determine how the load balancer routes requests to its registered targets. Each rule consists of a priority, one or more actions, and one or more conditions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An e-commerce company is experiencing very high CPU utilization issues with its fleet of EC2-based web servers. After investigation, the development team has identified that handling secure traffic via HTTPS is a significant factor contributing to the high CPU load.
Which of the following measures can be taken to alleviate the high CPU load on the web servers? (Select two)
A
Create an HTTP listener on the Application Load Balancer with SSL termination
B
Configure an SSL/TLS certificate on an Application Load Balancer via AWS Certificate Manager (ACM)
C
Create an HTTPS listener on the Application Load Balancer with SSL termination
D
Create an HTTP listener on the Application Load Balancer with SSL pass-through
E
Create an HTTPS listener on the Application Load Balancer with SSL pass-through
No comments yet.