AWS Elastic Load Balancing Operations
Jump to navigation
Jump to search
External
Internal
Create a Network Load Balancer
Go to Amazon EC2 console -> Load Balancers -> Create Load Balancer -> Network Load Balancer.
Basic Configuration
WS_Elastic_Load_Balancing_Concepts#Load_Balancer_Name: playground-internal-lb.
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
If this load balancer is created to service ECS FARGATE containers that have not been defined yet, that is fine, the target groups will be created during the ECS Service creation process.
Target Group
Target Group: New target group
Name: something
Target type: Instance
Protocol: TCP
Port: 80
Health Checks
Return here.
Register Targets
Registered Targets
Instances
If the load balancer is created before the ECS deployments, how do I select those?