Medium1 markMultiple Choice
Domain 3.3: Performance ImprovementALBPerformanceEC2Networking

AWS SAP-C02 · Question 38 · Domain 3.3: Performance Improvement

A company runs a high-traffic web application on EC2 instances behind an ALB. They are experiencing performance bottlenecks during peak hours. The Solutions Architect analyzes the VPC Flow Logs and CloudWatch metrics and notices that the EC2 instances are spending a significant amount of CPU cycles establishing TLS connections with the ALB. How can the architect improve performance?

Answer options:

A.

Replace the ALB with a Network Load Balancer (NLB).

B.

Change the ALB target group protocol from HTTPS to HTTP.

C.

Increase the size of the EC2 instances.

D.

Enable SSL Session Tickets on the EC2 instances.

How to approach this question

Identify the concept of TLS offloading.

Full Answer

B.Change the ALB target group protocol from HTTPS to HTTP.✓ Correct
Change the ALB target group protocol from HTTPS to HTTP.
TLS offloading involves terminating the secure connection at the load balancer. By changing the target group to HTTP, the ALB handles the CPU-intensive TLS encryption/decryption, freeing up the EC2 instances to process application logic.

Common mistakes

Choosing NLB, which would force the instances to handle the TLS handshake.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4

75 questions · hints · full answers · grading

More questions from this exam