Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Nov 28, 2024
1 parent 23de4bc commit 3e87dca
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions docs/platform/concepts/vpcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,18 @@ you define and control to deploy and manage resources.
### VPC characteristics

- Isolation: Each VPC operates independently from other VPCs, ensuring secure separation.
<<<<<<< HEAD
- Customizable IP Range: You can define your own IP address range (CIDR block).
- Subnets: Divide the VPC into smaller sub-networks (subnets) for organizing resources
based on availability zones or functional groups.
- Network Control: Configure route tables, network gateways, and security settings.
- Internet Connectivity: Control whether the VPC connects to the internet via Internet
Gateways or remains isolated.
- Security: Strong control over network traffic and isolation.
=======
- Security: Control over network traffic and isolation.
- Internet connectivity: Control whether the VPC connects to the internet via internet
gateways or remains isolated.
- Network control: Configure route tables, network gateways, and security settings.
- Customizable IP range: You can define your own IP address range (CIDR block).
- Subnets: Divide the VPC into smaller sub-networks (subnets) for organizing resources
based on availability zones or functional groups.
>>>>>>> 80afa7a0 (vpc description draft)
- Flexibility: Custom network architecture tailored to your application's needs.
- Scalability: Expand or modify the network as demand grows.

### VPC components

<<<<<<< HEAD
- Subnets: Smaller networks within the VPC. They can be public or private.
- Route Tables: Define how network traffic is directed within the VPC.
- Internet Gateway (IGW): Allows public traffic to access the internet.
- NAT Gateway (Network Address Translation): Enables outbound internet access for private
subnets.
- Security Groups: Firewall rules to control inbound and outbound traffic for resources.
- Network Access Control Lists (NACLs): Additional layer of security at the subnet level.
- Peering Connections: Connect VPCs together for intercommunication.

### VPC use cases

- Hosting Applications: Deploying scalable web and database applications.
- Hybrid Cloud Architecture: Connecting on-premises networks to the cloud securely.
- Data Isolation: Keeping sensitive data within a private network.
- Multi-tier Architecture: Separating application layers (web, app, database) within
- distinct subnets.
=======
- Subnets: Represent smaller public or private networks within the VPC.
- [Peering connection]((/doc/platform/concepts/vpc-peering)): Connect VPCs for
intercommunication.
Expand All @@ -71,7 +43,6 @@ you define and control to deploy and manage resources.
- Multi-tier architecture: Separating application layers (web, app, database) within
distinct subnets
- Hybrid cloud architecture: Connecting on-premises networks to the cloud securely
>>>>>>> 80afa7a0 (vpc description draft)

## VPC types

Expand Down

0 comments on commit 3e87dca

Please sign in to comment.