مجموعات الأمان هي جدران حماية افتراضية تتحكم في حركة المرور الداخلة والخارجة إلى موارد AWS (مثل EC2 instances) — وتحدد أي المنافذ والبروتوكولات والمصادر مسموحة. تعتبر أساسية لأمان الشبكة في AWS.
ما الذي تفعله مجموعات الأمان
A SECURITY GROUP is a virtual firewall attached to resources (EC2, RDS, etc.):
→ INBOUND rules — what traffic can REACH the resource (port, protocol, source)
→ OUTBOUND rules — what traffic the resource can SEND OUT
→ only ALLOW rules (no explicit deny); everything not allowed is DENIED by default
→ STATEFUL — if inbound is allowed, the response is automatically allowed back
