security: narrow internal ingress CIDR (JIRA-4521)#501
security: narrow internal ingress CIDR (JIRA-4521)#501dylanratcliffe wants to merge 1 commit intomainfrom
Conversation
Open in Overmind ↗
🔴 Change SignalsRoutine 🔴 🔥 RisksNew external /32 on HTTPS expands direct internet access to a publicly addressed production EC2 instance (violates least‑privilege and internal policy) This widens the internet‑reachable attack surface on a production workload and remains non‑compliant with our policy that EC2 instances must not be directly reachable from the internet. It violates least‑privilege network segmentation per AWS Well‑Architected SEC05‑BP02 and increases the risk of unauthorized access if the newly allowed source is misused or compromised. Narrowing sg-089e… to 10.0.0.0/16 will block NLB health checks from 10.50.0.0/16, leaving zero healthy targets NLB health checks and traffic originate from the NLB nodes in
|

Summary
Context
Testing
Rollout / Risk