<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>hub-spoke on Everything Cyber</title><link>https://everything-cyber.netlify.app/tags/hub-spoke/</link><description>Recent content in hub-spoke on Everything Cyber</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 01 May 2025 12:49:58 +0530</lastBuildDate><atom:link href="https://everything-cyber.netlify.app/tags/hub-spoke/index.xml" rel="self" type="application/rss+xml"/><item><title>Hub-and-Spoke Architecture</title><link>https://everything-cyber.netlify.app/blog/hub-spoke/</link><pubDate>Thu, 01 May 2025 12:49:58 +0530</pubDate><guid>https://everything-cyber.netlify.app/blog/hub-spoke/</guid><description>Azure Hub-and-Spoke Architecture Using Terraform Description To design and deploy a secure, scalable Azure infrastructure using a hub-and-spoke topology. This project leverages Terraform for Infrastructure-as-Code (IaC) and includes network segmentation, centralized firewall, controlled access via jumpbox, and log analytics integration.
Structure hub-spoke-architecture/ ├── provider.tf ├── main.tf ├── variables.tf ├── vnet.tf ├── firewall.tf ├── peerings.tf ├── routes.tf ├── jumpbox.tf ├── webvm.tf ├── appvm.tf └── log_analytics.tf Diagram What This Architecture Enables This infrastructure design delivers centralized, secure, and controlled access across the Azure environment, with the following key outcomes:</description></item></channel></rss>