A user has configured ELB with SSL using a security policy for secure negotiation between the
client and load balancer. Which of the below mentioned SSL protocols is not supported by the
security policy?
A.
TLS 1.3
B.
TLS 1.2
C.
SSL 2.0
D.
SSL 3.0
Explanation:
Elastic Load Balancing uses a Secure Socket Layer (SSL. negotiation configuration which is
known as a
Security Policy. It is used to negotiate the SSL connections between a client and the loadbalancer. Elastic Load Balancing supports the following versions of the SSL protocol:
TLS 1.2
TLS 1.1
TLS 1.0
SSL 3.0
SSL 2.0
There is no such protocol TLS 1.3
A
seems like this might be out of date?
http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-ssl-security-policy.html
SSL Protocols
The following versions of the SSL protocol are supported:
TLS 1.2
TLS 1.1
TLS 1.0
SSL 3.0
Deprecated SSL Protocol
If you previously enabled the SSL 2.0 protocol in a custom policy, we recommend that you update your security policy to the default predefined security policy.
totally agree