AWS Certified SysOps Administrator – Associate (legacy) — Question 570

A user has configured ELB with a TCP listener at ELB as well as on the back-end instances. The user wants to enable a proxy protocol to capture the source and destination IP information in the header. Which of the below mentioned statements helps the user understand a proxy protocol with TCP configuration?

Answer options

Correct answer: A

Explanation

Proxy Protocol adds a header containing connection information, such as source and destination IPs, to the TCP request. If the client is already routing requests through an external proxy server that appends its own Proxy Protocol header, enabling it on the ELB will result in duplicate headers, which can corrupt the request format on the backend. Thus, Proxy Protocol should not be enabled on the ELB if an external proxy is already handling the connection.