Questions tagged [amazon-alb]

44 questions
1
vote
0 answers

Associating an Access Control List with an Application Load Balancer in AWS

In AWS I've created an Access Control List as part of setting up a WAF. I have several Application Load Balancers (found in EC2 under Load Balancers). None of these appear as options in the dropdown list for associating an ACL to an ALB, in fact…
Toby
  • 8,483
  • 13
  • 45
  • 68
0
votes
1 answer

How do I configure AWS Application load balancer and NAT gateway to have the public IP

so currently in our infrastructure we are using ECS with an application load balancer for inbound traffic and a NAT gateway for outbound traffic. I am looking to configure both inbound and outbound traffic to have the same public IP address but I am…
0
votes
0 answers

AWS kubernetes Ingress URL is not working

Using below template when i am trying to create Ingress, it is creating but when i am hitting the host url it's not working. Getting error on browser "This page can't be reached". Can you please suggest. apiVersion: extensions/v1beta1 metadata: …
0
votes
1 answer

Getting 502 when a target group is unhealthy

Whenever a target group is unhealthy , I am getting 502 for all the application interface that has been diverted or rerouted to that target group under the Application Load Balancer? Is there any solution to this to direct it to another target group…
0
votes
1 answer

AWS ALB catastrophic failure

First, the background: Yesterday our AWS-based business in US West 2, consisting of two auto-scale groups (and various other components like RDS further back) behind an ALB went offline for six hours. Service was only reinstated by building an…
Miles Gillham
  • 284
  • 1
  • 11
0
votes
1 answer

AWS Target group unable to detect ephemeral port of ECS

I am trying to create path based target groups with ECS with docker containers using terraform. We have set the host port as 0 for the container definition, which means that the host port is dynamically mapped. Now what is happening is that the TG…
0
votes
1 answer

Downsides of the following cloud (AWS) architecture

I need a scalable and cost effective architecture for a web design service. (multiple clients). I'm following the architecture below. I would like to know the shortcomings of it. Background: Nuxt.js based server rendered application that is fronted…
0
votes
1 answer

Single AWS WAF on multiple ALB

My application architecture's allowed traffic flow is as below in AWS. CompanyInternalSubnets(IS)=>ALB with WAF=>EC2 ALB has security groups which allows only traffic from IS. ALB has WAF which has rules to allow traffic only from IS. EC2 has…
0
votes
0 answers

Got 502 Bad Gateway, Use AWS ALB with ACM

I use AWS ACM to create Certificate for my domain. ACM: And then I create ALB and add listener to HTTPS ALB: While I input domain in browser. I still got 502 Bad Gateway. Does anyone know how could I fix this? Target Group: Health Check:
Rukeith
  • 665
  • 1
  • 8
  • 22
0
votes
1 answer

Securing Amazon ECS cluster instances with dynamic port mapping behind an ALB

I'm trying to work out how I can tighten up the security group which I have assigned to container instances in AWS ECS. I have a fairly simple Express.js web service running in a service on ECS I'm running an Application Load Balancer in front of…
0
votes
1 answer

How to connect multiple Application ALB to single target group in AWS

I have a particular requirement where I need to connect a single target group to multiple Application Load Balancer. It is possible in Elastic Load Balancer. Below are the use cases: ALB and ELB connecting to single Auto-scaling group Multiple ALB…
peaceamit
  • 121
  • 1
  • 1
  • 6
0
votes
0 answers

cloudformation autoscaling group add ALB

I am using auto-scaling setting with CloudFormation. add ALB target. How do I configure ALB(not classic LB) to use auto-scaling? The ARN of the ALB target and my Templetes is as follows. In the guide, should add Target ARN for ALB. { …
-1
votes
1 answer

Does AWS WAF prevent GET flood?

Let's say I have an imaginary website: https://myimaginarywebsite.com. If I try to exploit it, and I make massive concurrent GET requests (source is just one ip), would WAF have a feature to prevent this? Since this is technically valid traffic but…
edmamerto
  • 7,605
  • 11
  • 42
  • 66
-1
votes
1 answer

Load Balancing multiple Containerized Applications on a Group of Instances

The hypothetical scenario is you have 3 containerized (docker) web applications using different ports -- 1234, 5678, 7890. Is it possible to have an Application Load Balancer that forwards HTTP/HTTPS traffic from app1.example.com, app2.example.com,…
1 2
3