Skip to content

Commit 5283923

Browse files
committed
fix(ipam): modification review
1 parent cc6fb3d commit 5283923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/ipam/reference-content/public-connectivity-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This document sets out best practices for securing and optimizing public connect
2020
Public vs private connectivity defines how resources are accessed and exposed over networks.
2121

2222
- **Public connectivity**: Your resource has a [public IP address](/network/ipam/concepts/#public-flexible-ip-address) and is reachable over the public internet. Anyone with the right credentials can access the resource via its public IP address, e.g. over an [SSH connection](/compute/instances/how-to/connect-to-instance/) or simply by directly accessing its IP address in a browser to retrieve and display any content it is serving, e.g. over HTTP.
23-
- **Private connectivity**: Your resources is reachable over an attached [Private Network](/network/vpc/concepts/#private-networks). The resource has a [private IP address](/network/vpc/concepts/#private-ip-address), but it can only be accessed via this address from within the Private Network. Such a resource may or may not also have a public IP address.
23+
- **Private connectivity**: Your resources is reachable over an attached [Private Network](/network/vpc/concepts/#private-networks). The resource has a [private IP address](/network/vpc/concepts/#private-ip-address), but it can only be accessed via this address from within the VPC of the Private Network. Such a resource may or may not also have a public IP address.
2424

2525
## Effectively managing IP addresses
2626

0 commit comments

Comments
 (0)