diff --git a/docs/patterns/vpc-lattice.md b/docs/patterns/vpc-lattice.md index 76cf5e399f..f5ae6dc863 100644 --- a/docs/patterns/vpc-lattice.md +++ b/docs/patterns/vpc-lattice.md @@ -1,5 +1,5 @@ --- -title: Amazon VPC Lattice +title: VPC lattice --- {% diff --git a/docs/patterns/vpc-lattice/cross-cluster-pod-communication.md b/docs/patterns/vpc-lattice/cross-cluster-pod-communication.md new file mode 100644 index 0000000000..aa72ec0868 --- /dev/null +++ b/docs/patterns/vpc-lattice/cross-cluster-pod-communication.md @@ -0,0 +1,7 @@ +--- +title: Cross VPC and EKS clusters secure Communication +--- + +{% + include-markdown "../../../patterns/vpc-lattice/cross-cluster-pod-communication/README.md" +%} diff --git a/patterns/vpc-lattice/README.md b/patterns/vpc-lattice/README.md index e4857dea14..9165e46036 100644 --- a/patterns/vpc-lattice/README.md +++ b/patterns/vpc-lattice/README.md @@ -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