Day 23: ๐’๐ข๐ญ๐ž-๐ญ๐จ-๐’๐ข๐ญ๐ž ๐•๐๐/ ๐•๐๐ ๐‚๐ฅ๐จ๐ฎ๐๐‡๐ฎ๐›/ ๐ƒ๐ข๐ซ๐ž๐œ๐ญ ๐‚๐จ๐ง๐ง๐ž๐œ๐ญ/ ๐“๐ซ๐š๐ง๐ฌ๐ข๐ญ ๐†๐š๐ญ๐ž๐ฐ๐š๐ฒ:

Jeeva-AWSLabsJourney
3 min readNov 13, 2023

--

๐Ÿ‘‰ Site-to-Site for connecting corporate server to AWS through public

๐Ÿ‘‰ Direct Connect for connecting corporate server to AWS through private

๐Ÿ‘‰ Cloud Hub for multiple Site-to-Site customer or client network to be connected

๐Ÿ‘‰ Transit Gateway hub-and-spoke model to organize vpc, vpn, direct connect...

๐Ÿ‘‰ VPC โ€“Traffic Mirroring Allows you to capture and inspect network traffic in your VPC

Site-to-Site VPN (Virtual Private Network):

  • Purpose: Site-to-Site VPN enables secure communication between a corporate data center and Amazon Web Services (AWS) over the public internet.
  • How it works: It establishes a secure and encrypted connection between the on-premises network and the AWS VPC (Virtual Private Cloud).
  • Use case: This is typically used when you have resources in your on-premises data center that need to communicate securely with resources in your AWS VPC.

Direct Connect:

  • Purpose: Direct Connect is a dedicated network connection from your on-premises data center to AWS, providing a more reliable and consistent connection compared to the public internet.
  • How it works: It involves establishing a physical connection between your on-premises router and an AWS Direct Connect location. This connection is then used to access resources in your AWS VPC.
  • Use case: Direct Connect is beneficial when you require a dedicated, high-bandwidth connection between your on-premises environment and your AWS infrastructure for sensitive or critical workloads.

CloudHub:

  • Purpose: Cloud Hub is a feature that allows multiple Site-to-Site VPN connections to be aggregated in a hub-and-spoke model.
  • How it works: In this model, the hub is the central point that connects to multiple spoke networks (remote networks). Each spoke network connects to the hub, enabling communication between the different remote networks.
  • Use case: Cloud Hub is useful when you have multiple branch offices or client networks that need to connect to a centralized AWS environment without establishing separate connections for each.

Transit Gateway:

  • Purpose: Transit Gateway simplifies network architecture by acting as a hub that connects multiple VPCs, VPNs, and Direct Connects in a hub-and-spoke model.
  • How it works: VPCs, VPNs, and Direct Connects connect to the Transit Gateway, allowing for efficient and scalable management of network connectivity.
  • Use case: Itโ€™s beneficial for organizations with multiple VPCs or complex network architectures, providing a centralized point for managing connectivity between different environments.

VPC Traffic Mirroring:

  • Purpose: VPC Traffic Mirroring allows you to capture and inspect network traffic within your VPC.
  • How it works: You can configure Traffic Mirroring to copy network traffic from Elastic Network Interfaces (ENIs) of Amazon EC2 instances to a destination for analysis or monitoring.
  • Use case: This is useful for troubleshooting, security analysis, and monitoring network activity within your VPC.

--

--

Jeeva-AWSLabsJourney
Jeeva-AWSLabsJourney

Written by Jeeva-AWSLabsJourney

Exploring AWS, cloud, Linux & DevOps. Your guide to navigating the digital realm. Join me on the journey of discovery

No responses yet