Study SCS-C03 network controls for security groups, network ACLs, Network Firewall, hybrid secure connectivity, Verified Access, and segmentation.
SCS-C03 network-security questions are about deciding which traffic should be allowed, which should be denied, and where that decision belongs. The exam usually wants you to separate instance-level admission, subnet-level stateless filtering, deeper inspection, hybrid secure connectivity, and deliberate segmentation.
The current SCS-C03 domain page points to five recurring network patterns:
That means this task is not just about opening or closing ports. It is about network intent and path control.
| Requirement | Strongest first fit | Why |
|---|---|---|
| Need instance or ENI-level allow rules | Security groups | Stateful, workload-adjacent admission control |
| Need subnet-boundary stateless filtering | Network ACLs | Coarse subnet-level control |
| Need deeper network inspection or policy enforcement | AWS Network Firewall | Centralized inspection and rule enforcement |
| Need secure hybrid or multi-cloud path | VPN, Direct Connect, MACsec, or another path matched to the requirement | Connectivity security belongs on the transport path |
| Need identity-aware application access | AWS Verified Access | Access by verified identity and posture, not only network location |
| Need east-west or north-south isolation | Segmentation by subnet, path, and inspection design | Architecture itself reduces reachability |
This is still one of the easiest places to lose points.
Use security groups when the question is about the workload’s allowed traffic.
Use network ACLs when the question is really about subnet-boundary stateless control.
If the requirement is deeper inspection, centralized rule logic, or network-layer threat policy, the best answer may be Network Firewall rather than either of those.
SCS-C03 often turns a networking question into a security question by adding requirements such as:
That is where secure VPN design, Direct Connect plus MACsec where relevant, or Verified Access can become the stronger answer.
Good segmentation answers usually:
The exam usually rewards the answer that reduces unnecessary communication rather than only logging it.
AWS explicitly includes identifying unnecessary access. That means the best answer often does more than “monitor the path.”
It may:
If the answer notices bad reachability but leaves it open, it is usually not the strongest control answer.
When the problem is which traffic should exist at all, decide first whether the control belongs at the workload, subnet, inspection plane, hybrid path, or segmentation layer.
Continue to 4. Identity and Access Management once you can separate network path control from identity and authorization control.