AWS AmazonECS documentation change
Summary
Fixed URL formatting in documentation link (added double slash correction)
Security assessment
The change corrects a URL path but does not address security vulnerabilities or introduce security-related content. This is a routine documentation formatting fix.
Diff
diff --git a/AmazonECS/latest/developerguide/managed-instances-awsvpc-mode.md b/AmazonECS/latest/developerguide/managed-instances-awsvpc-mode.md index 2ca752ca9..962de6bd3 100644 --- a//AmazonECS/latest/developerguide/managed-instances-awsvpc-mode.md +++ b//AmazonECS/latest/developerguide/managed-instances-awsvpc-mode.md @@ -17 +17 @@ When the chosen instance type doesn't support trunk ENIs, the instance will be l -Each task that runs on the instance receives its own ENI attached to the trunk ENI, with a primary private IP address. If your VPC is configured for dual-stack mode and you use a subnet with an IPv6 CIDR block, the ENI also receives an IPv6 address. When using a public subnet, you can optionally assign a public IP address to the Amazon ECS Managed Instance primary ENI by enabling IPv4 public addressing for the subnet. For more information, see [Modify the IP addressing attributes of your subnet](https://docs.aws.amazon.com/vpc/latest/userguide/subnet-public-ip.html) in _Amazon VPC User Guide_. A task can only have one ENI that's associated with it at a time. +Each task that runs on the instance receives its own ENI attached to the trunk ENI, with a primary private IP address. If your VPC is configured for dual-stack mode and you use a subnet with an IPv6 CIDR block, the ENI also receives an IPv6 address. When using a public subnet, you can optionally assign a public IP address to the Amazon ECS Managed Instance primary ENI by enabling IPv4 public addressing for the subnet. For more information, see [Modify the IP addressing attributes of your subnet](https://docs.aws.amazon.com//vpc/latest/userguide/subnet-public-ip.html) in _Amazon VPC User Guide_. A task can only have one ENI that's associated with it at a time.