Questions tagged [aws-application-load-balancer]
1004 questions
0
votes
1 answer
Equivalent to an Alias in AWS to use with other DNS providers
I'm trying to use my custom domain. I created an API Gateway with AWS and I created a custom domain name. If I had the Route53 setup I could create a new record like this:
(the Alias target above is the one created in the Custom Domain Name)
Now…

ElKePoN
- 822
- 11
- 21
0
votes
1 answer
How to set healthcheck rules for 100+ target groups in AWS ALB
We are migrating to AWS. The basic ingress flow is: ALB -> nginx-ingress -> pods.
From the AWS doc that an ALB can only have 100 target groups.
However, we do have a (business critical) domain that routes by paths, where each path maps to a…

chinuy
- 145
- 1
- 12
0
votes
1 answer
How do i map godaddy domain name to AWS Application Loadbalancer?
We have a live website and we have configured godaddy domain to AWS instance with elastic IP, this configuration is working fine, now we are implementing a ALB with multiple ASG group and multiple traget group (one for API server and another for…

Prosenjit Mondal
- 91
- 4
0
votes
1 answer
Configuring Route53, ALB, and Fargate with a Flask web application
I have a flask web app that I'm starting on port 80. I have a health check endpoint at /.
The flask app is inside a docker container with port 443 exposed.
I also have an ALB listening on
port 80 redirecting to port 443
port 443 with a SSL…

Garrett Badeau
- 338
- 4
- 8
0
votes
2 answers
HTTP 400 Error on AWS ElasticBeanstalk with ALB and Socket.IO
I have an Elastic Beanstalk environment with Application Load Balancer (ALB) setup on Node.js instance which server both REST APIs as well as Socket.IO connections.
When the number of EC2 instances is more than one some of Socket.IO connections are…

Prateek Garg
- 83
- 3
- 8
0
votes
1 answer
Getting Error 522 with CloudFlare + AWS Application LoadBalancer
Getting Error 522 or 521, when accessing 80 or 443 port from ALB link its working (for 443 browser shows warning i.e because ALB and SSL domain is different)
AWS Config.
Created Custom VPC with 1 public subnet and 1 private subnet
Created…

Bhanwarlal Chaudhary
- 402
- 6
- 20
0
votes
0 answers
How to implement HTTP Strict Transport Security (HSTS) on AWS Application Load Balancer?
how to enable HSTS in ALB, spent several hours searching for information, but in vain. I did not find what interested me. Does such a possibility exist at all?

dron
- 23
- 1
- 3
0
votes
1 answer
How to save AWS Cloudwatch resources metric data point in some other database
As I know that AWS CloudWatch store metric datapoint for 15 months with variable data point sampling like
01 sec DP for 3 hours
60 sec DP for 15 Days
300 sec DP for 63 Days and so on
But there is no data available before 15 months also the…

adg
- 99
- 6
0
votes
1 answer
AWS Load Balancer Terraform module (https://github.com/terraform-aws-modules/terraform-aws-alb): target_group_index = 0, what is it?
I try to use the module, AWS Application and Network Load Balancer (ALB & NLB) Terraform module, https://github.com/terraform-aws-modules/terraform-aws-alb. There is a sample usage of Application Load Balancer, see below:
module "alb" {
source =…

Melissa Jenner
- 781
- 1
- 8
- 31
0
votes
1 answer
How to Point www and Non www site to an ALB in Route53
I want to point www.example.com and example.com to a server behind the ALB in such a way that whenever someone types www.example.com or example.com he will always go to www.example.com. following are my records
example.com A simple yes…

Zain Ul Abideen
- 17
- 4
0
votes
2 answers
Where to configure websockets with an application load balancer on AWS EC2?
According to the AWS documentation, "WebSockets and Secure WebSockets support is available natively and ready for use on an Application Load Balancer."
However, when I select Application Load Balancer in EC2, I don't have any option other than HTTP…

Tyler
- 11,272
- 9
- 65
- 105
0
votes
1 answer
how to restrict Access-Control-Allow-Origin : * when deploying application using tomcat and nginx in AWS
We are deploying application in AWS using nginx and tomcat. It is Grails 3 application. We want to restrict the Access-Control-Allow-Origin to only domain that we allow rather than *.
We have added some change in nginx conf file but it is adding…

arvind
- 106
- 7
0
votes
1 answer
A better way to count the number of requests from an IP address within 5 minutes to an application load balancer
I'm trying to use AWS WAF to set a rate limit on an application load balancer.
One thing that I feel difficult is to count the number of requests sent from each IP address.
Currently, the way I count this number is to use excel to analyze the access…

Brian
- 12,145
- 20
- 90
- 153
0
votes
1 answer
ALB ingress mixed private and internet facing paths
I have a set of containerized microservices behind an ALB serving as endpoints for my API. The ALB ingress is internet-facing and I have set up my path routing accordingly. Suddenly the need appeared for some additional (new) containerized…

George S.
- 63
- 1
- 6
0
votes
0 answers
NET::ERR_CERT_COMMON_NAME_INVALID error occuring while AWS ACM certificate loaded on HTTPS load balancer for a domain created in GoDaddy
I have a node js app deployed onto EC2 instance running on port 300 and it is exposed to internet via port 80 & 443 via http load balancers.
My security group allows inbound rules on 80 & 443. I have created SSL certificates with ACM for a domain…

user1734698
- 157
- 2
- 2
- 17