From e7b3de6c5f97bb2cd7f2c82f5e5a077fd32a8c67 Mon Sep 17 00:00:00 2001 From: Rowena Date: Wed, 20 Nov 2024 17:48:39 +0100 Subject: [PATCH] fix(nw): add guidance for resource naming --- macros/vpc/network-resource-naming.mdx | 7 +++++++ macros/vpc/pn-naming.mdx | 2 +- network/public-gateways/how-to/create-a-public-gateway.mdx | 1 + network/public-gateways/quickstart.mdx | 1 + network/vpc/how-to/create-vpc.mdx | 2 ++ 5 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 macros/vpc/network-resource-naming.mdx diff --git a/macros/vpc/network-resource-naming.mdx b/macros/vpc/network-resource-naming.mdx new file mode 100644 index 0000000000..7d25633d83 --- /dev/null +++ b/macros/vpc/network-resource-naming.mdx @@ -0,0 +1,7 @@ +--- +macro: network-resource-naming +--- + + +The resource name can only include alphanumerical characters and dashes. + \ No newline at end of file diff --git a/macros/vpc/pn-naming.mdx b/macros/vpc/pn-naming.mdx index 18be4bad67..30834ea739 100644 --- a/macros/vpc/pn-naming.mdx +++ b/macros/vpc/pn-naming.mdx @@ -3,5 +3,5 @@ macro: pn-naming --- -Avoid using a **T**op **L**evel **D**omain as your Private Network name, as this can cause addressing conflicts. For example, do not call your Private Network `dev`, `cloud` or `com`. For a complete reference of TLDs to avoid, see the full list provided by [IANA](https://data.iana.org/TLD/tlds-alpha-by-domain.txt). Read more about this issue in our [dedicated documentation](/network/vpc/troubleshooting/pn-name/). +The resource name can only include alphanumeric characters and dashes. Avoid using a **T**op **L**evel **D**omain as your Private Network name, as this can cause addressing conflicts. For example, do not call your Private Network `dev`, `cloud` or `com`. For a complete reference of TLDs to avoid, see the full list provided by [IANA](https://data.iana.org/TLD/tlds-alpha-by-domain.txt). Read more about this issue in our [dedicated documentation](/network/vpc/troubleshooting/pn-name/). \ No newline at end of file diff --git a/network/public-gateways/how-to/create-a-public-gateway.mdx b/network/public-gateways/how-to/create-a-public-gateway.mdx index 4a5d4fd068..48085527e3 100644 --- a/network/public-gateways/how-to/create-a-public-gateway.mdx +++ b/network/public-gateways/how-to/create-a-public-gateway.mdx @@ -29,6 +29,7 @@ categories: - Choose a **Public Gateway Type**, which impacts the pricing and bandwidth of your gateway. - Choose an **IP**. You can choose to assign one of your existing flexible IPs to your Public Gateway, or create and assign a new public IP. - Choose a **Name** for your Public Gateway, and, optionally, tags. + - Verify the **Estimated Cost** of your Public Gateway, based on the specifications you chose. 4. Click **Create Public Gateway** to finish. diff --git a/network/public-gateways/quickstart.mdx b/network/public-gateways/quickstart.mdx index 0b1a2e6cad..197168030c 100644 --- a/network/public-gateways/quickstart.mdx +++ b/network/public-gateways/quickstart.mdx @@ -29,6 +29,7 @@ categories: - Choose a **Public Gateway Type**, which impacts the pricing and bandwidth of your gateway. - Choose an **IP**. You can choose to assign one of your existing flexible IPs to your Public Gateway, or create and assign a new public IP. - Choose a **Name** for your Public Gateway, and, optionally, tags. + - Verify the **Estimated Cost** of your Public Gateway, based on the specifications you chose. 4. Click **Create Public Gateway** to finish. diff --git a/network/vpc/how-to/create-vpc.mdx b/network/vpc/how-to/create-vpc.mdx index c9306c4962..5297a474bf 100644 --- a/network/vpc/how-to/create-vpc.mdx +++ b/network/vpc/how-to/create-vpc.mdx @@ -52,6 +52,8 @@ If you want to create more VPCs beyond the default ones created for you, you can 4. Enter a **name** for your VPC (or use the wand icon to generate a random name). Optionally, you can also add **tags** to help organize your VPCs. Each tag should be separated by a space. + + 5. Enter a name for the **Private Network** that will be automatically created in this new VPC. Alternatively, click the wand icon to generate a name automatically.