AWS AmazonECS medium security documentation change
Summary
Added note about TLS requiring awsvpc networking mode
Security assessment
Explicitly states security-related configuration requirement (awsvpc mode for TLS) that could prevent insecure network configurations if followed. Missing this requirement could lead to unencrypted traffic.
Diff
diff --git a/AmazonECS/latest/developerguide/service-connect-concepts-deploy.md b/AmazonECS/latest/developerguide/service-connect-concepts-deploy.md index 0a5e45d88..b4db448c7 100644 --- a//AmazonECS/latest/developerguide/service-connect-concepts-deploy.md +++ b//AmazonECS/latest/developerguide/service-connect-concepts-deploy.md @@ -143,0 +144,2 @@ You can set container memory limits on your containers, but you must set the tas + * Service Connect with TLS does not support Bridge networking mode. Only `awsvpc` networking mode is supported. +