AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-03-30 · Documentation low

File: AmazonECS/latest/developerguide/security-network.md

Summary

Fixed grammatical error in network security guidance ('service behind' to 'service is behind')

Security assessment

Minor grammatical correction in existing security best practices documentation. No new security content or vulnerability addressed.

Diff

diff --git a/AmazonECS/latest/developerguide/security-network.md b/AmazonECS/latest/developerguide/security-network.md
index 17ca92b2a..6fc8b322d 100644
--- a/AmazonECS/latest/developerguide/security-network.md
+++ b/AmazonECS/latest/developerguide/security-network.md
@@ -102 +102 @@ Modern browsers warn users when connecting to insecure sites. If your service is
-You should use `awsvpc` network mode and security groups when you need to control traffic between tasks and between tasks and other network resources. If your service behind an ALB, use security groups to only allow inbound traffic from other network resources using the same security group as your ALB. If your application is behind an NLB, configure the task's security group to only allow inbound traffic from the Amazon VPC CIDR range and the static IP addresses assigned to the NLB. 
+You should use `awsvpc` network mode and security groups when you need to control traffic between tasks and between tasks and other network resources. If your service is behind an ALB, use security groups to only allow inbound traffic from other network resources using the same security group as your ALB. If your application is behind an NLB, configure the task's security group to only allow inbound traffic from the Amazon VPC CIDR range and the static IP addresses assigned to the NLB.