Skip to content

Commit

Permalink
fix //
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Nov 19, 2024
1 parent c8528b1 commit 6a60f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ ecspresso supports [VPC Lattice](https://aws.amazon.com/vpc/lattice/) integratio
"appProtocol": "http"
}
],
// ...
```

2. Define `vpcLatticeConfigurations` in the service definition. The `portName`, `roleArn`, and `targetGroupArn` fields are required.`
Expand All @@ -716,7 +715,6 @@ ecspresso supports [VPC Lattice](https://aws.amazon.com/vpc/lattice/) integratio
"targetGroupArn": "arn:aws:vpc-lattice:ap-northeast-1:123456789012:targetgroup/tg-009147df264a0bacb"
}
],
// ...
```

ecspresso doesn't create or modify any VPC Lattice resources. You must create and associate a VPC Lattice target group with the ECS service.
Expand Down

0 comments on commit 6a60f2a

Please sign in to comment.