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

Networking Sandbox Blueprint #1939

Merged
merged 12 commits into from
Dec 21, 2023
Merged

Networking Sandbox Blueprint #1939

merged 12 commits into from
Dec 21, 2023

Conversation

sruffilli
Copy link
Collaborator

@sruffilli sruffilli commented Dec 20, 2023

This blueprint creates a networking playground showing a number of different VPC connectivity options:

  • Hub and spoke via HA VPN
  • Hub and spoke via VPC peering
  • Interconnecting two networks via a network virtual appliance (aka NVA)

On top of that, this blueprint implements Policy Based Routing (aka PBR) to show how to force all traffic within a VPC to be funneled through an internal network passthrough load balancer, to implement an Intrusion Prevention System (IPS). PBR is enabled in the hub VPC, matching all traffic originating from within that VPC.


Checklist

I applicable, I acknowledge that I have:

  • Read the contributing guide
  • Ran terraform fmt on all modified files
  • Regenerated the relevant README.md files using tools/tfdoc.py
  • Made sure all relevant tests pass

@ludoo
Copy link
Collaborator

ludoo commented Dec 20, 2023

I would change the name to be more specific :)

@sruffilli
Copy link
Collaborator Author

I would change the name to be more specific :)

Open to suggestions!

@ludoo
Copy link
Collaborator

ludoo commented Dec 20, 2023

vpc-connectivity-lab?

@sruffilli sruffilli marked this pull request as ready for review December 21, 2023 14:42
@sruffilli sruffilli requested review from ludoo and juliocc December 21, 2023 16:30
@sruffilli sruffilli merged commit 87548f9 into master Dec 21, 2023
13 checks passed
@sruffilli sruffilli deleted the sruffilli-net-sandbox branch December 21, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants