Which of the below mentioned statements helps the user disable connection draining on the ELB?
The user can only disable connection draining from CLI
It is not possible to disable the connection draining feature once enabled
The user can disable the connection draining feature from EC2 -> ELB console or from CLI
The user needs to stop all instances before disabling connection draining
Explanations:
Connection draining can be disabled from both the EC2 console and CLI, not only from CLI.
Connection draining can be disabled after it has been enabled; there is no restriction on doing so.
Connection draining can indeed be disabled from either the EC2 -> ELB console or via the CLI.
Disabling connection draining does not require stopping all instances; it can be done with instances running.