- Load Balancing
Configuring load balancers in AWS to route traffic.
We'll cover the following...
There are a number of different load balancer options in AWS that are useful for different deployments. This is also an area where the options are rapidly changing. For our ECS cluster, we can use the application load balancer to provide a static URL for accessing the echo service.
Setting up a load balancer
To set up a load balancer, perform the following steps from the AWS console:
- Search for and select “EC2”.
- Select “Load Balancer” on the left.
- Click “Create Load Balancer”.
- Choose “Application Load Balancer”.
- Assign the name,