AWS AmazonECS documentation change
Summary
Removed note about awsvpc network mode requiring private subnets and NAT gateway
Security assessment
Removal of network configuration guidance with no security implications indicated in the diff
Diff
diff --git a/AmazonECS/latest/developerguide/standalone-task-create.md b/AmazonECS/latest/developerguide/standalone-task-create.md index 98340aa59..6f601f41c 100644 --- a//AmazonECS/latest/developerguide/standalone-task-create.md +++ b//AmazonECS/latest/developerguide/standalone-task-create.md @@ -67,4 +66,0 @@ The console validates the selection to ensure that the selected task definition -###### Important - -Only private subnets are supported for the `awsvpc` network mode. Tasks do not receive public IP addresses. Therefore, a NAT gateway is required for outbound internet access, and inbound internet traffic is routed through a load balancer. -