Questions tagged [aws-vpc-peering]

50 questions
0
votes
0 answers

How to establish VPC peering from a VPC (VPC A) to two other VPC (VPC B and C) having the same CIDR range?

I have a VPC A(say 192.168.0.0/22) and VPC B and C having CIDRs 10.0.0.0/16. A VPC peering from A to B already exists (say pcx 1). And have to establish another VPC peering from A to C (say pcx 2). In Order to do that I attached another CIDR block…
0
votes
0 answers

AWS VPC Peering Issue

AOA Everyone, I am config. a VPC Peering connection. I have 2 VPCs 3 Subnets 3 VMs VPC-one has 2 Subnet associated (i.e. subnet-one & subnet-two) VPC-two has 1 Subnet associated (i.e. subnet-one) Each VM is connected to each Subnet srvone (of…
0
votes
0 answers

Transit gateway, two vpcs, one with vpn connection. No routing from second vpc to network behind vpn

I have a following scenario: VPC 1: 10.100.0.0/16 instance with strongswan with ipsec tunnel to 192.168.0.0/24 route to 192.168.0.0/24 through strongswan instance VPC 2: 172.16.0.0/24 Transit gateway: VPC 1 attached VPC 2 attached Route to VPC1…
0
votes
1 answer

Weird behavior on AWS Client VPN endpoint access through Peered VPC

I've got a main AWS account where I have a VPC(VPC-A) and a Client VPN Endpoint configured. I have another account where I have a Dev environment and a VPC(VPC-B) configured over there. I have setup the VPC peering between VPC-A and VPC-B and it's…
0
votes
0 answers

AWS - Different Region Lambda VPC to Fargate

I have a Fargate Task, which is in a private Subnet1 in Region 1(Mumbai). I am trying to make a request to the private IP, from Region 2(Singapore) from a Lambda Function. Lambda function is created in a non overlapping private Subnet2, which is…
0
votes
1 answer

A Node with only private IP in a vpc can not connect to other node in other vpc

Problem: My eks residing in a vpc can not connect to other redis service residing in another vpc with port number: 6379. Things I have done so far: I have created a eks cluster with the following vpc configs: module "vpc" { source =…
Deen
  • 31
  • 1
  • 7
0
votes
1 answer

aws Fsx cross region replication

Is there any way to replicate aws fsx data cross-region without using was datasync agent. the datasync has minimal time scheduling as 1 hour. But for aggressive RTO for less than 1 hour this won't help. Any workaround solution? can the data be…
0
votes
1 answer

How to configure an Instance_1 in Region_1 to be able to use a custom VPC?

I have lightsail instances in multiple regions. I want to allow Instance_1 in Region_1 to be able to communicate with a custom aws vpc from that region. I understand that each lightsail instance is an independent vps (virtual private server). Is it…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

VPC Peering in 2 different account via Terraform

I try to set up a vpc peering connection between 2 VPC in Singapore region in 2 different AWS accounts. I followed the terraform document on "vpc_peering_connection" and "vpc_peering_connection_accepter" on the official website. So this is my code…
Lambo OP
  • 65
  • 8
0
votes
1 answer

Accessing VPC peering connection from another VPC

I have a structure similar to below: Two VPCs connected using VPC peering. Is it possible I add a third VPC(VPC C) to reach the VPC A, through the VPC B, without doing a peering connection between VPC A and VPC C?
Iago
  • 308
  • 3
  • 9
0
votes
1 answer

AWS: connect to VPC endpoint in Accepter VPC from fargate task in Requester VPC

I have two VPCs within the same account and region, VPC-A and VPC-B. I have created a VPC peering connection between the two, where VPC-A is the accepter and VPC-B is the requester. VPC-A contains a few Interface endpoints to be able to access AWS…
Val
  • 6,585
  • 5
  • 22
  • 52
0
votes
0 answers

is there a way to peer/connect lightsail vpc with aws vpc on same region?

I m studying the below link to connect lightsail vpc with aws vpc but it is connecting to default one as mentioned in document. Resources i m trying to use is in another…
0
votes
1 answer

S3 Access Across Regions VPC/Peering - Latency reduction

I need to be able to retrieve an S3 object residing in Australia S3 Storage from London EC2 and minimise latency. On the London EC2 instance, I set the RegionEndpoint on the S3Client to ApSouthEast2 and acquire it. The issue I am facing is that the…
0
votes
1 answer

Failed to access MongoDB Atlas cluster from eks pod with peering connection setup

Getting error: socket timeout calling ismaster on 'custer-name-shard-00-00.somekey.mongodb.net:27017' When trying to access MongoDB Atlas cluster from a pod deployed on AWS EKS. Whereas I get successful connection when adding 0.0.0.0/0 to MongoDB…
Polla Toube
  • 178
  • 3
  • 10
0
votes
0 answers

How to access Private Api gateway from on-premises server

How to connect private apigateway to onpremises server? I got this doc and following it, but not able to access after creating vpce with public Dns Name.