Questions tagged [vpc-peering]

A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses.

See this link: https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html

86 questions
2
votes
1 answer

Shared VPC and VPC Peering mix

On Google cloud, I have setup new three projects - dev, research and prod. So, then created an Shared VPC Host and three Service Projects as listed above. Also intend to have separate VPCs for each of these service projects (to add more security…
Rag K
  • 21
  • 1
1
vote
1 answer

Not able to access RDS instance inside EKS cluster | EKS <-> RDS connection

I'm trying to access my existing RDS instance in the newly created EKS cluster. steps I have followed: Create a VPC peering connection by keeping RDS as requester and EKS as accepter. Add destination Accepter CIDRs with the peering connection. in…
1
vote
1 answer

Connection though VPC peering from VM to Kubernetes Service

I have 2 VPCs in GPC, the first one (VPC-1) running k8s cluster and the second running some VMs (VPC-2). I created a VPC peering between these 2 VPCs and I am able to connect from VM on VPC-2 to pod IP on VPC-1. But I would like to connect to the…
1
vote
1 answer

ALB can't forward to NLB over VPC Peering Connection

I have an internet-facing ALB in VPC1 and an internal NLB in VPC2 The NLB is pointed at an ECS service and health-checks are healthy The ECS Task Security Group allows traffic from VPC1 CIDR as well The ALB has an IP target group with the NLB's…
codeself
  • 111
  • 4
1
vote
1 answer

Google Cloud VPC network peering - DNS not shared?

I've got two VPC Networks: A B They are linked with eachother trough VPC network peering. Machines from network A can reach machines from network B just fine via IP. However, they are not capable of accessing eachother trough their internal dns…
1
vote
1 answer

AWS VPC Peered - RDS accessing Active Directory Service

I have two aws accounts and I could establish a peering of two VPCs belonging to each account. Also, I was able to launch an EC2 instance one account joining to the AD domain on the other account. The problem is I can't find a way to do the same for…
1
vote
1 answer

Solving the mystery - VPCs have overlapping IPv4 CIDR blocks

In AWS, When I try to create a peering connection I get this following error Failed due to incorrect VPC-ID, Account ID, or overlapping CIDR range I am not savvy with the networking and wonder how I can solve this ?
user4826347
  • 123
  • 1
  • 6
1
vote
0 answers

cannot ping ec2 in another vpc through peer connection

I have multiple VPC's set up, A, B and X. I have a peered connection between A & X and between B & X, X is the Peered VPC in both cases. I have added the CIDR Blocks for A & B to the route table & security group for x and I have added X's to A &…
1
vote
1 answer

VPC peering: Accessing a resource in public subnet from a public subnet through peering connection issues

I have set vpc peering between these VPCs (vpc-1 and vpc-2). I have my RDS in vpc-1 in this subnets (10.13.1.0, 10.13.2.0, 10.13.3.0) with this route rtb-vpc1-rds. In the second VPC and two subnets : one public (10.12.1.0 with route…
LotfiK
  • 41
  • 7
1
vote
2 answers

AWS Active Directory: Cannot access from another VPC

I've setup an Active Directory service in AWS in 2 private subnets in a VPC. I have another VPC in the same account that I want to be able to access the AD from. However for some reason it just isn't accessible from anywhere outside it's own…
user1751825
  • 365
  • 6
  • 13
1
vote
0 answers

Cross region VPC/VPN not routing to peered VPC

I've setup IPSEC tunnels between 3 management VPCs in 3 distinct AWS regions. Each of those regions has additional VPCs (dev/prod) that are peered to the management VPCs. It's setup in a hub/spoke like this: DEV DEV ^ …
Publiccert
  • 1,112
  • 1
  • 8
  • 22
1
vote
1 answer

AWS VPC Peering security concern

I got started with AWS recently. I came across an use case which I believe is pretty common but I was curious to understand how it will be implemented on AWS. We are collaborating with another organization who wants to have the database server in…
1
vote
1 answer

AWS VPN - Fault Tolerant Cross-Region and VPC CIDR block

I have some complicated question: I have connected multiple VPCs with EC2 Instances (IPSec) for routing traffic between VPC's across regions, I have VPN connection to each aws region, and everything is working fine. Traffic from my office to…
Berlin
  • 402
  • 1
  • 7
  • 14
1
vote
2 answers

Restricting traffic between AWS VPCs

I have two VPCs: A and B. I want any node in A to be able to open a TCP connection to any node in B, but not the other way around. Any node in B must also be able to open outgoing connections to public internet hosts. What is the best way to achieve…
Ralf
  • 169
  • 7
1
vote
0 answers

AWS VPC CIDRs in both 10.0.0.0/8 and 192.168.0.0/16

I have VPC A with CIDR 10.A.0.0/16 and VPC B with CIDR 10.B.0.0/16. I have VPC A and B peered and updated the route tables and from a server in 10.B.0.0/16 can ping a server in 10.A.0.0/16 and vice versa. The applications on VPC A also use some IPs…