Skip to main content

Questions tagged [amazon-alb]

Amazon Web Services supports three types of Load Balancers. An Application Load Balancer (ALB) functions at the application layer, the seventh layer of the Open Systems Interconnection (OSI) model.

0 votes
1 answer
56 views

Can an ALB be used for an SFTP instance?

Project: SFTP platform Migration. created 2nd instance with new platform, should be able to use existing Security groups. so far I cant make this work as it appears the ALB wont let me assign a port ...
Tom Brophy's user avatar
0 votes
1 answer
33 views

ECS Dynamic Port Mapping: "port should be set when target type is instance"

I've set the following via Terraform: Task-definition level: network_mode = "bridge" Container level: portMappings = [ { hostPort = 0, containerPort = 8080 } ] Terraform ...
Dustin Oprea's user avatar
0 votes
1 answer
54 views

Cannot access the ALB URL for N8N, but my ECS Service is running fine, reaching steady state without issues

I'm trying to deploy and configure N8N in my AWS account. Now, I'm facing two challenges since but it was somehow tricky to run and configure its Docker image. However, I'll focus on the greatest one, ...
Federico Navarrete's user avatar
0 votes
0 answers
55 views

Static files not being detected by the ALB

So, I have deployed an application in a Kubernetes environment (AWS EKS). It is a collection of various micro-applications exposed as services, each micro-service having three replica sets. All the ...
samichau's user avatar
0 votes
0 answers
52 views

Rancher with AWS LB controller fails health checks

I'm trying to launch Rancher with the AWS LB controller and i'm getting health checks failed for the ingress. Can someone please look at my set up and let me know if something that's obvious? EKS ...
user2051904's user avatar
0 votes
0 answers
43 views

Client --> AWS ALB --> AWS Lambda: connection lost somewhere, how to identify?

The client made an API request. Client --> ALB --> Lambda Lambda worked fine with a response. Lambda duration is only about 3 seconds. The client encountered timeout at 15th second. The ALB ...
Zhuang Paulus's user avatar
0 votes
0 answers
122 views

AWS ALB inbound requests/traffic and denial of wallet attacks

Scenario: I have an AWS ALB protected by AWS WAF with lots of AWS Managed WAF Rules, rate limiting rules, etc. I'm having a hard time in understanding why, even requests blocked by WAF, are impacting ...
gidici's user avatar
  • 1
0 votes
0 answers
60 views

Is there a way to require PKCE for ALB Authetnication?

We're using Okta OIDC to authenticate users to AWS ALB. I've got the basic version working. Is there a way to get it to require Authorization Code with PKCE to improve security? ALB Docs PKCE Docs
wag2639's user avatar
  • 2,155
0 votes
1 answer
195 views

AWS ALB gives 504 timeout when vpc cni network policies applied

I've got argocd deployed on EKS, with ingress running on top of AWS Load Balancer Controller. Alb controller is deployed in kube-system. Argo is deployed in argocd namespace with internal alb created ...
kkarczewski's user avatar
2 votes
1 answer
806 views

AWS ALB health checks of Windows Server 2022 on a HTTP/1 target group works but not with HTTP/2

I have set up an AWS application load balancer with a target group specified to be HTTP/1. The target group contains a single Windows Server 2022 instance running IIS. The health check functionality ...
JR19's user avatar
  • 21
0 votes
0 answers
93 views

ALB: Should load-balance health-checks retry on failure?

We have some AWS ECS-based Fargate-hosted tasks/services running behind many ALBs. We seem to frequently get not-meaningful alerts from our own monitoring in our health-checks. It happens every twenty ...
Dustin Oprea's user avatar
0 votes
0 answers
78 views

Every so often AWS target-groups become unhealthy and ornery

Every so often, I find that a service deployment refuses to complete because target-groups get into an unhealthy state even though the port-assignments are fine and the tasks appear to be fine. Every ...
Dustin Oprea's user avatar
0 votes
0 answers
110 views

AWS - Setup OIDC authentication in ALB with AWS Beanstalk

I have to setup my application in elastic beanstalk with High availability. My architecture involves a php application running in beanstalk in private subnet with ALB (public subnet) which is also ...
Goural's user avatar
  • 35
0 votes
1 answer
102 views

Trying to run Security Onion on AWS behind an ALB (nginx behind ALB)

I've got a wildcard certificate for internal services. I'd like to run Security Onion behind an ALB so I can get valid SSL with a single certificate stored in certificate manager. (Storing it there is ...
jorfus's user avatar
  • 805
0 votes
0 answers
1k views

Set httpOnly and secure flag for AWS ALB cookies

How can I set these flags to true for AWSALBTG & AWSALBTGCORS cookies?
AppSensei's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
8