Skip to content

Commit af3f0e4

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent d6f20dc commit af3f0e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pages/serverless-containers/reference-content/containers-private-networks.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Serverless Containers and Private Networks integration
33
description: This page contains details on how Serverless Containers interacts with Virtual Private Cloud and Private Networks
44
dates:
5-
- posted: 2025-07-29
6-
- validation: 2025-07-29
5+
posted: 2025-07-29
6+
validation: 2025-07-29
77
---
88

99
## Compatibility
@@ -14,8 +14,8 @@ Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and
1414

1515
- Containers in the same namespace can be attached to different Private Networks.
1616
- Both [sandbox](/serverless-containers/concepts/#sandbox) environments (`V1` and `V2`) are compatible with Private Networks.
17-
- Attaching Serverless Containers to Private Networks **does not entail additional cost**.
18-
- **Egress** (outbound private traffic from a container to resources within the same Private Network) will be routed through the private interface, but external traffic (from the Internet) will be through the public endpoint of the container.
17+
- Attaching Serverless Containers to Private Networks **does not incur additional cost**.
18+
- **Egress** (outbound private traffic from a container to resources within the same Private Network) will be routed through the private interface, but external traffic (from the Internet) will be routed through the public endpoint of the container.
1919
- All DNS resolution is done through the Private Network (using the VPC DNS server `169.254.169.254`), which allows to resolve `*.internal` records.
2020

2121
## Quotas

pages/serverless-functions/reference-content/functions-private-networks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Scaleway Serverless Functions support [Virtual Private Cloud (VPC)](/vpc/) and c
1414

1515
- Functions in the same namespace can be attached to different Private Networks.
1616
- Both [sandbox](/serverless-functions/concepts/#sandbox) environments (`V1` and `V2`) are compatible with Private Networks.
17-
- Attaching Serverless Functions to Private Networks **does not entail additional cost**.
18-
- **Egress** (outbound private traffic from a function to resources within the same Private Network) will be routed through the private interface, but external traffic (from the Internet) will be through the public endpoint of the function.
17+
- Attaching Serverless Functions to Private Networks **does not incur additional cost**.
18+
- **Egress** (outbound private traffic from a function to resources within the same Private Network) will be routed through the private interface, but external traffic (from the Internet) will be routed through the public endpoint of the function.
1919
- All DNS resolution is done through the Private Network (using the VPC DNS server `169.254.169.254`), which allows to resolve `*.internal` records.
2020

2121
## Quotas

0 commit comments

Comments
 (0)