Difference between revisions of "IncompatibleProtocols"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
  │  with [[aws_lb_listener]].your_worker_listener,
 
  │  with [[aws_lb_listener]].your_worker_listener,
 
  │  on [alb.tf](http://alb.tf/) line 59, in resource "aws_lb_listener" "your_worker_listener":
 
  │  on [alb.tf](http://alb.tf/) line 59, in resource "aws_lb_listener" "your_worker_listener":
  │  59: resource "aws_lb_listener" "your_worker_listener" {
+
  │  59: resource "aws_lb_listener" "[[your_worker_listener]]" {
 
  │
 
  │
 
  ╵
 
  ╵
Line 15: Line 15:
  
 
== See also ==
 
== See also ==
 +
* {{LB}}
 +
 +
[[Category:AWS]]

Latest revision as of 10:09, 27 January 2023

╷
│ Error: creating ELBv2 Listener (arn:aws:elasticloadbalancing:eu-west-1:0123456726:loadbalancer/net/your/b1fe1a434566e141):
IncompatibleProtocols: The listener and the following target groups have incompatible protocols: arn:aws:elasticloadbalancing:eu-west-
1:06990392112626:targetgroup/your-worker-tg/29776665dac33ce950
│ 	status code: 400, request id: 09ebabd5-885b-484b-ac5a-12345566
│
│   with aws_lb_listener.your_worker_listener,
│   on [alb.tf](http://alb.tf/) line 59, in resource "aws_lb_listener" "your_worker_listener":
│   59: resource "aws_lb_listener" "your_worker_listener" {
│
╵


See also[edit]

Advertising: