AWS Elastic Load Balancing Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


Go to Amazon EC2 console -> Load Balancers -> Create Load Balancer -> Network Load Balancer.
Go to Amazon EC2 console -> Load Balancers -> Create Load Balancer -> Network Load Balancer.
==Basic Configuration==


Name: playground-internal-lb. See [[AWS_Elastic_Load_Balancing_Concepts#Load_Balancer_Name|Load Balancer Name]].
Name: playground-internal-lb. See [[AWS_Elastic_Load_Balancing_Concepts#Load_Balancer_Name|Load Balancer Name]].


Scheme: internal/internet-facing: internal.
Scheme: internal/internet-facing: internal.
==Listeners==
There's a default tcp:80 listener.
==Availability Zones==
Allows specifying the VPC and subnets within the VPC.
==Security Settings==
<font color=darkgray>Return here.</font>
==Configure Routing==
===Target Group====
Target Group: New target group
Name: themysicira
Target type: Instance
Protocol: TCP
Port: 10001
===Health Checks===
<font color=darkgray>Return here.</font>
==Register Targets==
===Registered Targets===
===Instances===
<font color=darkgray>If the load balancer is created before the ECS deployments, how do I select those?</font>


=Create an Application Load Balancer=
=Create an Application Load Balancer=

Revision as of 23:53, 8 February 2019

External

Internal

Create a Network Load Balancer

Go to Amazon EC2 console -> Load Balancers -> Create Load Balancer -> Network Load Balancer.

Basic Configuration

Name: playground-internal-lb. See Load Balancer Name.

Scheme: internal/internet-facing: internal.

Listeners

There's a default tcp:80 listener.

Availability Zones

Allows specifying the VPC and subnets within the VPC.

Security Settings

Return here.

Configure Routing

Target Group=

Target Group: New target group

Name: themysicira

Target type: Instance

Protocol: TCP

Port: 10001

Health Checks

Return here.

Register Targets

Registered Targets

Instances

If the load balancer is created before the ECS deployments, how do I select those?

Create an Application Load Balancer