Skip to content

Commit

Permalink
fix: Link to vpc lattice doc (#1986)
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Allamand <[email protected]>
  • Loading branch information
allamand authored Jul 31, 2024
1 parent c299452 commit afd006d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/patterns/vpc-lattice.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Amazon VPC Lattice
title: VPC lattice
---

{%
Expand Down
7 changes: 7 additions & 0 deletions docs/patterns/vpc-lattice/cross-cluster-pod-communication.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Cross VPC and EKS clusters secure Communication
---

{%
include-markdown "../../../patterns/vpc-lattice/cross-cluster-pod-communication/README.md"
%}
4 changes: 2 additions & 2 deletions patterns/vpc-lattice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This folder contains use case-driven patterns covering different aspects of the
## Use cases

- [Simple Client to Server Communication](./client-server-communication/)
- This pattern describes how to expose a simple API within an Amazon EKS cluster deployed in VPC A to a client application hosted in VPC B through Amazon VPC Lattice.
- This pattern describes how to expose a simple API within an Amazon EKS cluster deployed in VPC A to a client application hosted in VPC B through Amazon VPC Lattice.
- [Cross VPC and EKS clusters secure Communication](./cross-cluster-pod-communication/)
- This patterns shows how to make 2 services in 2 different EKS clusters and VPC can communicate securely on private domain and sigV4 authorization.
- This patterns shows how to make 2 services in 2 different EKS clusters and VPC can communicate securely on private domain and sigV4 authorization.


## Supporting resources
Expand Down

0 comments on commit afd006d

Please sign in to comment.