Skip to content

Commit 6c68faa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/public-gateways/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See our [dedicated documentation](/public-gateways/reference-content/understandi
5252

5353
### Does the Public Gateway require a public IPv4 address?
5454

55-
No. A public IPv4 address (aka. flexible IP) must be assigned to the Public Gateway at creation time, but you can detach it and delete it afterward if you do not need it to be publicly accessible.
55+
No. A public IPv4 address (also known as flexible IP) must be assigned to the Public Gateway at creation time, but you can detach it and delete it afterward if you do not need it to be publicly accessible.
5656

5757
### Do I need a Public Gateway for each Availability Zone (AZ)?
5858

@@ -63,7 +63,7 @@ VPC and Private Networks are both [regional](/public-gateways/concepts/#region-a
6363
### Can my Instances and other resources access the internet via a Public Gateway without a public IP address?
6464

6565
Yes. The Public Gateway can advertise itself as the [default route to the internet](/public-gateways/concepts/#default-route) over the Private Network it is attached to, so that Instances and other resources can access the internet via the gateway. Resources attached to other Private Networks than the gateway's network in the VPC can [opt in](/vpc/how-to/manage-routing/#how-to-manage-default-route-scope) to receive its default route advertisement.
66-
Moreover, the Public Gateway supports [static NAT](/public-gateways/how-to/configure-a-public-gateway/#how-to-review-and-configure-nat) (aka. port forwarding), so that ingress traffic from the public internet can reach Instances on the Private Network. This works by mapping pre-defined ports of the public IP address of the gateway to specific ports and IP addresses on the VPC.
66+
Moreover, the Public Gateway supports [static NAT](/public-gateways/how-to/configure-a-public-gateway/#how-to-review-and-configure-nat) (also known as port forwarding), so that ingress traffic from the public internet can reach Instances on the Private Network. This works by mapping pre-defined ports of the public IP address of the gateway to specific ports and IP addresses on the VPC.
6767

6868
## Usage and management
6969

0 commit comments

Comments
 (0)