Difference between revisions of "Error: error creating MyECSServiceName service"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
  ╷
 
  ╷
 
  │ Error: error creating MyEcsServiceName service: error waiting for ECS service (MyEcsServiceName) creation: [[InvalidParameterException]]: The  
 
  │ Error: error creating MyEcsServiceName service: error waiting for ECS service (MyEcsServiceName) creation: [[InvalidParameterException]]: The  
  provided [[target group]] arn:aws:elasticloadbalancing:us-west-2:788180647700:targetgroup/MyALBTgName/330c01d9ad7742c2 has target [[type ip]], which is incompatible with the [[bridge network]] mode specified in the [[task definition]].
+
  provided [[target group]] arn:aws:elasticloadbalancing:us-west-2:788180647700:targetgroup/MyALBTgName/330c01d9ad7742c2 has [[target type]] ip, which is incompatible with the [[bridge network]] mode specified in the [[task definition]].
 
  │
 
  │
 
  │  with module.ecs_service.[[aws_ecs_service]].this[0],
 
  │  with module.ecs_service.[[aws_ecs_service]].this[0],

Revision as of 15:37, 21 September 2021

╷
│ Error: error creating MyEcsServiceName service: error waiting for ECS service (MyEcsServiceName) creation: InvalidParameterException: The 
provided target group arn:aws:elasticloadbalancing:us-west-2:788180647700:targetgroup/MyALBTgName/330c01d9ad7742c2 has target type ip, which is incompatible with the bridge network mode specified in the task definition.
│
│   with module.ecs_service.aws_ecs_service.this[0],
│   on .terraform/modules/ecs_service/pathtofile.tf line 19, in resource "aws_ecs_service" "this":
│   19: resource "aws_ecs_service" "this" {
│
╵

See also

Advertising: