A user has configured an SSL listener at ELB as well as on the back-end instances. Which of the below mentioned statements helps the user understand ELB traffic handling with respect to the SSL listener?
A.
It is not possible to have the SSL listener both at ELB and back-end instances
B.
ELB will modify headers to add requestor details
C.
ELB will intercept the request to add the cookie details if sticky session is enabled
Suggested Answer:D🗳️
When the user has configured Transmission Control Protocol (TCP. or Secure Sockets Layer (SSL. for both front-end and back-end connections of the Elastic Load Balancer, the load balancer forwards the request to the back-end instances without modifying the request headers unless the proxy header is enabled. SSL does not support sticky sessions. If the user has enabled a proxy protocol it adds the source and destination IP to the header.
to make more clear :
A. It is not possible to have the SSL listener both at ELB and back-end instances
No. ELB allows frontend and backend listeners.
B. ELB will modify headers to add requestor details
Yes. When Proxy is placed only. Here the question not mentioned about the proxy.
C. ELB will intercept the request to add the cookie details if sticky session is enabled.
HTTP/HTTPs will accept sticky sessions, SSL Not.
D. ELB will not modify the headers
Here the question does not mention that Proxy protocol. Hence this is the right answer.
But if ELB Used Proxy and Different protocols from backend and frontend then, it should modify the headers.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
awscertified
6 months agokarmaah
6 months, 4 weeks agokarmaah
6 months, 1 week ago