Live data from Hacker News

AWS Network Load Balancer

aws.amazon.com

121–122 of 122 posts

Re: AWS Network Load Balancer

#121

Earlier quoted context omitted.

If they won't warn us, could you please warn us? - Fellow ALB user.

Sure. Whenever a "config change" (Note: this includes adding or removing targets to a target group, EG Autoscaling) happens on an ALB, the ALB drops all active connections, and re-establishes them at once, at high load, this obviously causes significant load spikes on any underlying service. You can see this happening by looking at the "Active Connection Count" graphs from your ALB, and adding or removing an instance…

i'm starting to realize real world testing is difficult on aws bc "on-demand" means we can push maximums

Re: AWS Network Load Balancer

#122
post #63

Earlier quoted context omitted.

CloudFormation, CodeDeploy, and ECS all support NLB today :) I used the console to create the simple demo though, so I don't have a template to recreate it. Sorry!

Good as I'm tired spending days writing Customer Resources!

CloudFormation provides support for Network Load Balancer.

Check the 'Type' property mentioned in the CloudFormation templates reference in public documentation http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuid...

Post reply on HN