aws-alb Questions
4
Solved
I have a lambda target behind an ALB. My lambda is a python lambda.
def handler(event, context):
response = {
"statusCode": 200,
"statusDescription": "200 OK",
"isBase64Encoded": False,
"heade...
Prefrontal asked 6/4, 2019 at 4:52
3
Solved
I've been following the walkthrough to create an AWS ALB Ingress Controller for my app which is also deployed at an EKS cluster.
Everything seems okay , similar answers with the walkthrough but wh...
Meltage asked 20/2, 2020 at 16:29
4
Solved
I have an ALB with 2 targets in the target group. However my health check aren't working properly. Both are showing
"Health checks failed with these codes: [404]"
My settings for the hea...
Swearingen asked 19/8, 2020 at 21:43
2
Solved
We have two Nginx running and first Nginx receives the traffic after checking some rules forwarding the traffic to another Nginx, now we are moving this to AWS ALB, but not found any option for for...
Garlan asked 25/9, 2020 at 4:19
1
I am trying to implement ALB with OIDC for grant type Client Credentials.
I have given Issuer, Token endpoint, Client ID, and Client Secret, Authorization endpoint and User info endpoint in Liste...
Diploid asked 6/11, 2019 at 19:1
3
Solved
I have a lambda function which return base64 string, when I invoke lambda from code it works, but when I call lambda behind ALB and base64 string is large size, ALB gives me error 502 Bad Gateway.
...
Helmut asked 25/4, 2019 at 20:0
1
I am not an expert on AWS, but trying to do a simple thing like creating an Application load balancer, adding target groups to it and trying to add a listener. What happens next is what befuddles m...
Quadragesima asked 6/8, 2019 at 21:13
2
I'm trying to find a solution for the problem that seems like something very common.
I have a k8s cluster ip service which exposes two ports: 8088 and 60004
I would like to expose these same port...
Florentinoflorenza asked 23/9, 2019 at 15:41
2
Solved
I've created an environment in AWS which includes an EC2 instance with node js web-server and Nginx installed, behind a self-signed application load balancer.
My ALB gets requests from HTTPS (443) ...
Toothpaste asked 29/6, 2020 at 17:24
1
Solved
I am using Terraform v0.12.26 and set up and aws_alb_target_group as:
resource "aws_alb_target_group" "my-group" {
count = "${length(local.target_groups)}"
name = "${var.namespace}-my-group-${
...
Gorton asked 17/6, 2020 at 16:22
1
Solved
For an ALB - "You must specify subnets from at least two Availability Zones."
For an NLB - "You can specify subnets from one or more Availability Zones."
What is the reason for enforcing 2 AZs a...
Segmentation asked 7/6, 2020 at 13:12
1
I am creating an elasticsearch managed service on AWS;
When creating the service, no explicit instances are created and you are just given a url/endpoint;
I want to expose the service via an ALB,...
Arella asked 24/9, 2018 at 7:26
1
© 2022 - 2024 — McMap. All rights reserved.