1

i have a aws eks cluster with in the dev vpc now i have few ec2 instance in the test-vpc so now i need add the add test-vpc instance to the existing existing cluster. can we do. ?

FYI VPC peering i have done as well and peering also working

Bala Krishna
  • 47
  • 2
  • 8

1 Answers1

0

An Amazon EKS cluster is provisioned in a single VPC.

If you have a dev-VPC and a test-VPC, you need to use two different EKS clusters.

Jonas
  • 121,568
  • 97
  • 310
  • 388