AWS controltower: Correct URLs in VPC configuration documentation
Summary
Fixed two broken links by removing extra slashes in NAT Gateway and VPC-less setup URLs.
Security assessment
URL corrections maintain documentation accuracy but don't introduce security content or address vulnerabilities.
Evidence
+If you set the account factory VPC configuration so that public subnets are **enabled** when provisioning a new account, account factory configures Amazon VPC to create a [NAT Gateway](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html). You will be billed for your usage by Amazon VPC. See [VPC Pricing](https://aws.amazon.com/vpc/pricing/) for more information.
Diff
diff --git a/controltower/latest/userguide/configuring-account-factory-with-VPC-settings.md b/controltower/latest/userguide/configuring-account-factory-with-VPC-settings.md index 717eb9645..afbc75869 100644 --- a//controltower/latest/userguide/configuring-account-factory-with-VPC-settings.md +++ b//controltower/latest/userguide/configuring-account-factory-with-VPC-settings.md @@ -30 +30 @@ You can view the Amazon VPC configuration options available to your end users wh -If you set the account factory VPC configuration so that public subnets are **enabled** when provisioning a new account, account factory configures Amazon VPC to create a [NAT Gateway](https://docs.aws.amazon.com//vpc/latest/userguide/vpc-nat-gateway.html). You will be billed for your usage by Amazon VPC. See [VPC Pricing](https://aws.amazon.com//vpc/pricing/) for more information. +If you set the account factory VPC configuration so that public subnets are **enabled** when provisioning a new account, account factory configures Amazon VPC to create a [NAT Gateway](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html). You will be billed for your usage by Amazon VPC. See [VPC Pricing](https://aws.amazon.com/vpc/pricing/) for more information. @@ -45 +45 @@ If you set the account factory VPC configuration so that public subnets are **en -You can set up these configuration options to create new accounts that don't include a VPC. See the [walkthrough](https://docs.aws.amazon.com//controltower/latest/userguide/configure-without-vpc.html). +You can set up these configuration options to create new accounts that don't include a VPC. See the [walkthrough](https://docs.aws.amazon.com/controltower/latest/userguide/configure-without-vpc.html).