Questions tagged [amazon-vpc-lattice]
2 questions
1
vote
1 answer
Amazon ECS Service Connect vs Amazon VPC Lattice
Looking at comparing and contrasting ECS Service Connect and AWS VPC Lattice. There are a lot of similarities and wondering what would make sense where?

John C
- 1,795
- 4
- 27
- 42
0
votes
0 answers
Aws vpc lattice target group resource in terraform destroys and adds itself on any apply even with no code changes
I am using terraform to create a vpc lattice service network and when I create a target group using this resource:
resource "aws_vpclattice_target_group" "internal_point_target_group" {
name = "internal-point-target-group"
type = "LAMBDA"
}
Theā¦

stephen johnson
- 9
- 1