Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interview questions: vpc.md #45

Open
smritidn6 opened this issue Jan 6, 2024 · 0 comments
Open

Interview questions: vpc.md #45

smritidn6 opened this issue Jan 6, 2024 · 0 comments

Comments

@smritidn6
Copy link

smritidn6 commented Jan 6, 2024

  1. Can you peer VPCs in different regions?
    No, VPC peering is limited to VPCs within the same region. To connect VPCs across regions, you would need to use VPN or AWS Direct Connect.

But AWS document says that we can peer the vpc across regions:
When you establish peering relationships between VPCs across different AWS Regions, resources in the VPCs (for example, EC2 instances and Lambda functions) in different AWS Regions can communicate with each other using private IP addresses, without using a gateway, VPN connection, or network appliance. The traffic remains in the private IP space.
https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html

Note: It's a great tutorial. Really appreciate your efforts. You are the real Guru !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant