What will ELB do in this scenario?
By default, ELB will select the first version of the security policy
By default, ELB will select the latest version of the policy
ELB creation will fail without a security policy
It is not required to have a security policy since SSL is already installed
Explanations:
ELB does not select the first version of the security policy by default. It requires the user to explicitly configure a security policy when setting up an HTTPS listener.
By default, ELB will select the latest version of the security policy if no specific policy is configured, ensuring compatibility with modern SSL/TLS protocols.
ELB creation will not fail without a security policy. However, a security policy is necessary for SSL negotiation. Without it, a default security policy is applied.
A security policy is required for SSL negotiation. Having SSL installed does not bypass the need for configuring a security policy on the ELB.