From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
AWS CodeDeploy: Add a load balancer - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
AWS CodeDeploy: Add a load balancer
- [Instructor] All right, here we are back at the application. I've added another work of art, 'cause why not, it's fun. And what we want to do now is scale out this application. Let's imagine it's getting very popular, we're getting a lot of traffic, we want more instances to be able to handle that traffic. This is where horizontal scaling comes in, and it's where we're going to be glad that we created this one instance we have in an autoscaling group, 'cause that autoscaling group can be scaled up to have as many instances as we want. Now, once we have multiple instances though, we need to introduce a load balancer. And I've drawn a little picture of what that is going to look like. So here's our one instance and here is the traffic that is currently open. That instance has a public IP and we've allowed port 80 traffic from anywhere in the world to reach it. And what we're going to do is scale up the autoscaling group. So these two are going to belong to the autoscaling group…
Contents
-
-
-
-
-
-
-
(Locked)
AWS CodeDeploy key concepts3m 29s
-
(Locked)
AWS CodeDeploy: AppSpec and lifecycle events3m 10s
-
(Locked)
AWS CodeDeploy: IAM setup3m 14s
-
(Locked)
AWS CodeDeploy: Instance preparation5m 10s
-
(Locked)
AWS CodeDeploy: Auto Scaling group8m 38s
-
(Locked)
AWS CodeDeploy: App creation1m 53s
-
(Locked)
Install and configure the AWS CLI5m 21s
-
(Locked)
AWS CodeDeploy: Adding database and security groups4m 40s
-
(Locked)
AWS CodeDeploy: Managing secrets with Secrets Manager6m 51s
-
(Locked)
AWS CodeDeploy: AppSpec and deployment13m 8s
-
(Locked)
AWS CodeDeploy: Add a load balancer9m 9s
-
(Locked)
Troubleshoot AWS CodeDeploy deployments3m 28s
-
(Locked)
Understanding AWS CodeBuild4m 43s
-
(Locked)
Add AWS CodeBuild support to an app4m 37s
-
(Locked)
Integrate AWS CodeBuild into CodePipeline10m 5s
-
(Locked)
AWS CodePipeline challenge: Add an approval stage1m 28s
-
(Locked)
AWS CodePipeline challenge solution: Add an approval stage7m 33s
-
(Locked)
AWS CodeDeploy teardown5m 43s
-
(Locked)
-
-
-