AWS eks documentation change
Summary
Reformatted subnet tagging tables from list format to markdown table syntax
Security assessment
Change is purely presentational/formatting improvement for documentation clarity. No security content added or modified.
Diff
diff --git a/eks/latest/userguide/tag-subnets-auto.md b/eks/latest/userguide/tag-subnets-auto.md index 2236679af..b0403cff9 100644 --- a//eks/latest/userguide/tag-subnets-auto.md +++ b//eks/latest/userguide/tag-subnets-auto.md @@ -33,5 +33,3 @@ Public subnets are used for internet-facing load balancers. These subnets must h -Key ---- -Value -`kubernetes.io/role/elb` -`1` or `` +Key | Value +---|--- +`kubernetes.io/role/elb` | `1` or `` @@ -43,5 +41,3 @@ Private subnets are used for internal load balancers. These subnets must have th -Key ---- -Value -`kubernetes.io/role/internal-elb` -`1` or `` +Key | Value +---|--- +`kubernetes.io/role/internal-elb` | `1` or ``