Skip to content

Commit adcf519

Browse files
feat(serverless): dedicated ip info (#4403)
* feat(serverless): dedicated ip info * Apply suggestions from code review Co-authored-by: Benedikt Rollik <[email protected]> --------- Co-authored-by: Benedikt Rollik <[email protected]>
1 parent d3b853b commit adcf519

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

pages/serverless-containers/reference-content/containers-limitations.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Do not have your containers listen on these ports, as they are used by our servi
7373
* `PORT`: Value of the port defined in the Container settings, which the container has to listen on. You can use this environment variable inside your Container for easier deployments.
7474
* `SCW_*`: Reserved for product configuration (for example: token validation)
7575

76+
### Dedicated IP
77+
78+
**Not available:** Serverless products are designed to abstract away infrastructure management, to be easily scalable, and to be cost-efficient and simple. So dedicated IPs are not supported for this product.
79+
7680
## Private Network and Virtual Private Cloud (VPC) compatibility
7781

7882
Refer to the [dedicated FAQ](/faq/serverless-containers/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Containers compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).

pages/serverless-functions/reference-content/functions-limitations.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Due to potential abuse (spam), no outbound traffic is allowed through following
6161
### Reserved environment variables:
6262
* `SCW_*`: Reserved for product configuration (for example: token validation).
6363

64+
### Dedicated IP
65+
66+
**Not available:** Serverless products are designed to abstract away infrastructure management, to be easily scalable, and to be cost-efficient and simple. So dedicated IPs are not supported for this product.
67+
6468
## Private Network and Virtual Private Cloud (VPC) compatibility
6569

6670
Refer to the [dedicated FAQ](/faq/serverless-functions/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Functions compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).

pages/serverless-jobs/reference-content/jobs-limitations.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ In order to ensure the proper functioning of the product, we restrict the use of
5555
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
5656
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
5757

58+
### Dedicated IP
59+
60+
**Not available:** Serverless products are designed to abstract away infrastructure management, to be easily scalable, and to be cost-efficient and simple. So dedicated IPs are not supported for this product.
61+
5862
## Private Network and Virtual Private Cloud (VPC) compatibility
5963

6064
Refer to the [dedicated FAQ](/faq/serverless-jobs/#how-can-i-configure-access-to-a-private-network-or-virtual-private-cloud-vpc) for more information on Serverless Jobs compatibility with Private Networks and [Virtual Private Cloud (VPC)](/vpc/).

0 commit comments

Comments
 (0)