# AWS and Azure Networking and Big Data Pipelines

![](https://tribe-s3-production.imgix.net/159elw0Pkw5roqc08SUwE?w=1000&auto=compress,format&dl align="left")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1675210107560/aeec2de4-4c39-4cbf-8275-6e2ddf2d696a.jpeg align="center")

This is a discussion on Azure and AWS Cloud Environments.  
  
**KEY POINTS**  
\- Azure Virtual Network (VNET) = AWS Virtual Private Cloud (VPC)  
\- VPC = emulation of your infrastructure, spans all Availability sets/zones.  
  
**Subnets**  
\- can only belong to one AZ.  
\- defined by the IP blocks we assigned to it.  
\- subnets can be private or public (if has IGW attached).  
  
**IGW**  
\- it allows resources inside the VPC to access the Internet.  
\- one igw per VPC.  
\- different types of gateways  
  
**Filtering:**  
\- Azure Network Security Groups.  
\- Azure Network Virtual Appliances.  
\- AWS NACL and SG.  
**  
Route Tables**  
\- Set of rules/routes where traffic will be redirected. (e.g. Associate subnet to a specific rule on a via route table).  
**Connectivity Options**  
1\. VNET Peering / VPC Peering (Azure)  
2\. VPN Gateway / AWS Transit Gateway (AWS)  
  
Check AWS documentation for more info: [https://docs.aws.amazon.com/vpc/index.html](https://docs.aws.amazon.com/vpc/index.html)
