1 00:00:00,080 --> 00:00:00,913 Let's first start 2 00:00:00,913 --> 00:00:02,430 with our Classic Load Balancer 3 00:00:02,430 --> 00:00:04,710 and these may not be as prominent in the exam 4 00:00:04,710 --> 00:00:06,100 but they may still be mentioned 5 00:00:06,100 --> 00:00:08,710 and they're still very valid load balancers. 6 00:00:08,710 --> 00:00:10,790 So they support two things. 7 00:00:10,790 --> 00:00:14,620 The TCP or traffic or HTTP and HTTPS 8 00:00:15,600 --> 00:00:20,600 and TCP is called Layer 4 and HTTPS is called Layer 7. 9 00:00:20,700 --> 00:00:22,780 I'm not gonna get too deep about what these layer mean 10 00:00:22,780 --> 00:00:24,340 but just know that TCP is Layer 4 11 00:00:24,340 --> 00:00:26,360 and the other two are Layer 7. 12 00:00:26,360 --> 00:00:30,830 So the health checks are either TCP based or HTTP based 13 00:00:30,830 --> 00:00:33,110 and what you will get out of a load balancer, 14 00:00:33,110 --> 00:00:35,770 a Classic Load Balancer is a fixed host name. 15 00:00:35,770 --> 00:00:37,470 And we'll see this in the hands-on as well. 16 00:00:37,470 --> 00:00:40,270 So what we'll set up in this lecture is a client 17 00:00:40,270 --> 00:00:44,580 tucking to our Classic Load Balancer on an HTTP listener. 18 00:00:44,580 --> 00:00:48,760 And internally, that CLB will be redirecting the traffic 19 00:00:48,760 --> 00:00:50,770 into our EC2 instances. 20 00:00:50,770 --> 00:00:53,583 So let's have a look at how we can do this in the console.