andreivmaksimov / terraform-recipe-managing-auto-scaling-groups-and-load-balancers

7 stars 23 forks source link

How to migrate from ELB to NLB ? #1

Closed scheung38 closed 5 years ago

scheung38 commented 5 years ago

Could you show how to thanks

andreivmaksimov commented 5 years ago

You need to use

resource "aws_lb" 

with

load_balancer_type = "network"
scheung38 commented 5 years ago

Any idea why ports say 8883 with ingress are defined in security group in the same manner as ssh port 22, but upon ssh into EC2 instance

Netstat - tunlp

Only sees 22

andreivmaksimov commented 5 years ago

@scheung38, answered in a separate ticket