Questions tagged with Network Load Balancer
Load balance Transmission Control Protocol, User Datagram Protocol, and Transport Layer Security traffic with high performance.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
186 results
Hello:
I created a target group for a Network load Balancer with a UDP listener, and I'm registering same instance it's already registered for another target group. I assume this is possible? That is,...
"I'm planning to build a domain that requires interaction with an API Gateway. I need a service that can communicate over port 5443 using both HTTPS and HTTP protocols. Could you suggest a how to...
Hi guys,
I have deployed an ECS service with Fargate and connect it to the network load balancer. I have exposed port 8000 in the container and created a port mapping with container port 8000 and...
I have used Amazon Q assistant for a query and this is the result -
Question:- what is the recommended protocol between NLB & EC2?
Answer:- The recommended protocol between a Network Load Balancer...
Hello,
I have an NLB in which I want to enable an access log and for that, I have assigned a S3 bucket.
But I'm having this error **"Access Denied for bucket: qa-nlb-lo. Please check S3bucket...
```
from aws_cdk import (
aws_elasticloadbalancingv2 as elbv2,
aws_ec2 as ec2,
core
)
class MyStack(core.Stack):
def __init__(self, scope: core.Construct, id: str, **kwargs) ->...
Assalam o Alikum, I have Deployed website on EKS. Eks auto proviosion load balancer for ingress application load balancer and for k8s deployment network load balancer. Application Load Balancer...
Hi, I have encountered some strange behavior in my NLB that I would like your help with.
I have a NLB with two listeners (port 6379 and 6380) these listeners both forward requests to their...
Hello,
Network Load Balancer (NLB) now supports a new target health status called “unhealthy.draining” that enables you to safely drain existing connections on targets that fail load balancer health...
Hello,
I have a setup of network load balancer fronting some ec2 instances containing my websocket server. I have created a CloudFront distribution pointing to this NLB. With the intention that...
A few minutes ago, I requested AWS to increase the limit of our Network Load Balancer to 200, and I would like to know the maximum time it takes for the change to propagate and become available for...
I've deployed my NextJS app in ECS via CDK. The basePath of my application is let's say '/abc'. I was able to access the server via API gateway without any issues.
Recently, I've added a...