All Content tagged with Application Load Balancer
Application Load Balancer operates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request.
Content language: English
Select up to 5 tags to filter
Sort by most recent
512 results
I'm hosting an application on AWS Elastic Beanstalk (EB) in a private subnet. The security group (sg-1) for EB is configured to block all public access, which works as expected when I try to access...
I have setup and configured an open source application and made it available behind an internal ALB (not Internet facing). The application, Eclipse Theia has no login/authentication mechanism and...
Hi AWS community.
I manage an Elastic Beanstalk (EB) setup with Terraform. The setup contains an Application Load Balancer (LB). I selected a dedicated LB (LoadBalancerIsShared=false), so that EB...
I have a setup with where I have the following:
* Custom domain name for HTTP API GW
* HTTP API GW with ANY proxy route. This route has a VPC LINK integration with CloudMap
* CloudMap Namespace with 1...
EXPERT
published 2 months ago3 votes894 views
Hello
I have a question about how i should map logs of the Cloudfront and ALB
As far as i know in cloudfront we have a header "X-Amz-Cf-Id" which is ok but i can not see this on alb logs.
Is there a...
Hello,
I am trying to remove port 80 from our ingress annotations. The port 80 listener has the default rule of redirect to 443 since that's the annotation I have setup.
The listener rule for port...
Hi everyone, its my first question here so sorry if its the wrong place to do so.
On my Solution architecture MBA, Im making an architecture for a MMORPG, using Amazon New World architecture as a...
Hello all,
We're looking to parse a specific cookie which looks like key=value1-value2. We'd like to route based off of "value2" after base64 decoding the Value and parsing it for value2. Is it doable...
I'm attempting to deploy a load balanced webservice using AWS copilot.
The app that runs in this service needs to connect to a postgres database outside of AWS using an ssl connection.
When I run...
I'm configuring AWS Transfer Family Server for AS2 over HTTPS. I found link below with step-by-step tutorial how to accomplish it. Although it seems like it is working for NLB, I'm not able to...
I have enabled Cognito auth on my ALB. I log in via my dns entry `sample.my-domain.com` I'm using a SAML IDP in Cognito (Google workspace) and it takes me through he auth flow and I sign in via my...