Jack Salamone

Network Engineer  ·  Hybrid Cloud Specialist

CCNP-certified network engineer specializing in hybrid cloud connectivity for healthcare environments. BGP route policy, IPSec tunnels, and Terraform-provisioned infrastructure across AWS and Azure.

Cisco CCNP Enterprise AWS SAA  in progress
Jack Salamone

About

I design and operate hybrid cloud infrastructure at the layer where enterprise networking meets AWS. That means BGP route policy, IPSec tunnels, VPC architecture, and the segmentation decisions that determine whether on-premises systems can reach cloud resources safely.

For the past several years I have been doing this work in healthcare environments where the connectivity I maintain is part of clinical infrastructure. My CCNP background gives me a foundation in routing and switching that shapes how I approach cloud networking problems, because the protocol stack does not change just because the hardware is virtual.

Every project on this website was built with Terraform against real AWS infrastructure. The live BGP lab below runs continuously inside micro EC2 instances. The others were provisioned, validated, and documented before teardown. Reproducible from state at any time.

5+ Years cloud
networking
CCNP Enterprise
certified
6 Portfolio
projects
IaC All labs in
Terraform

Skills

☁️

Cloud Networking

  • AWS VPC, Transit Gateway
  • Site-to-Site VPN, Direct Connect
  • Azure VNet, ExpressRoute
  • Security Groups, NACLs
  • VPC Flow Logs, CloudWatch
🔀

Enterprise Networking

  • BGP, OSPF, EIGRP
  • HSRP, VLAN, STP
  • SD-WAN, QoS
  • MPLS, WAN connectivity
  • Network segmentation
🔒

Security

  • FortiGate NGFW
  • IPSec / SSL VPN
  • RADIUS, 802.1X
  • Conditional Access, MFA
  • Zero Trust architecture
⚙️

Infrastructure as Code

  • Terraform (modules, state)
  • CloudFormation
  • AWS CLI, boto3
  • GitOps / CI/CD pipelines
  • Linux scripting
🖥️

Platforms

  • Cisco IOS / IOS-XE
  • FortiOS
  • Cisco Meraki
  • AWS, Azure
  • Linux (Ubuntu, RHEL)

Projects

All labs built with Terraform. All code is reproducible and publicly available.

router-cloud (AS 65001) — eBGP over IPSec → AS 65002 LIVE
router-cloud# show ip bgp summary

                

BGP Dynamic Routing Lab

Live Infrastructure

Two FRR routers peered over an IPSec tunnel, running continuously in AWS. This is the exact protocol stack behind AWS Direct Connect: eBGP over encrypted transport, route advertisements flowing between autonomous systems. Query the live session using the terminal.

AS 65001 ←── eBGP / TCP 179 / IPSec ──→ AS 65002
BGP / FRR IPSec AWS Terraform Lambda SSM
View on GitHub →
Shared Services VPC Hub Prod VPC Spoke Dev VPC Spoke no direct peering

Multi-VPC Hub-and-Spoke

Hub-and-spoke topology across three VPCs: Shared Services at the center, Prod and Dev as isolated spokes. Each spoke reaches shared resources. They cannot reach each other. This is the standard segmentation pattern for enterprise-scale AWS environments.

AWSTerraformVPC PeeringNetwork Design
View on GitHub →
Application Load Balancer AZ-a AZ-b EC2 (Auto Scaling) EC2 (Auto Scaling) RDS Multi-AZ (private subnets)

Highly Available Web Application

Production-grade fault tolerance: ALB distributing traffic across an Auto Scaling Group in two Availability Zones, with Multi-AZ RDS in private subnets. Failover tested by terminating instances and verifying automatic recovery.

AWSTerraformALBAuto ScalingRDS
View on GitHub →
module "vpc" { } env = var.env cidr = var.cidr azs = var.azs Prod VPC 10.0.0.0/16 Dev VPC 10.1.0.0/16

Reusable Terraform VPC Module

A parameterized Terraform module that provisions a complete VPC from a single definition. Instantiated with different inputs for prod and dev, eliminating configuration drift between environments. This is the pattern used in production IaC at scale.

TerraformAWSIaC Modulefor_each
View on GitHub →
VPC Flow Logs S3 / CW CloudWatch Logs Insights Alarms + Dashboard

Cloud Network Monitoring

VPC Flow Logs piped to CloudWatch with custom Logs Insights queries for detecting rejected connections, unusual traffic patterns, and lateral movement. Rejection alarms and a live dashboard built for real incident investigation, not just log storage.

AWSTerraformCloudWatchFlow Logs
View on GitHub →

Blog

Writing on cloud networking, infrastructure, and the work behind the portfolio.

Get In Touch

Have a question or want to connect? Let's talk.