The setup: Application deployed in EC2 instances that are load balanced by an ELB, with Autoscaling Group.
The requirement: secure data encryption in transit in adherence to TLS protocol between the clients and EC2 instances.
The question:
How can you distinguish if a load balancer terminates TLS in itself or in the EC2 instances? I am preparing for the AWS Architect Associate exam and I have encountered this problem multiple times. It seems that whether it terminates TLS in itself or in EC2 instances, it uses port 443. If I have a set of multiple choice answers of possible ELB configurations, which one should I choose if I want TLS to be terminated at EC2 instance?
Is it different when it's a Network Load Balancer compared to a "regular" ELB?