Study ANS-C01 network security for threat models, WAF, Shield, Network Firewall, Gateway Load Balancer, security groups, endpoint policies, flow logs, audit evidence, TLS, IPsec, VPN over Direct Connect, ACM, and DNSSEC.
Security answers on ANS-C01 usually combine path control, inspection, evidence, and encryption. The exam wants you to secure inbound, outbound, east-west, hybrid, and service-endpoint traffic without losing scale, shared-services governance, or private access requirements.
As of May 17, 2026, the current AWS ANS-C01 domain page breaks Network Security, Compliance, and Governance into three task areas:
That split matters because ANS-C01 frequently mixes threat modeling, network enforcement, log analysis, and encryption controls into one scenario. Strong answers identify whether the problem is about controlling the path, proving the control works, or protecting the data moving across that path.
AWS currently weights this domain at 24% of scored content.
Security questions usually become easier after you classify the requirement by layer and evidence.
| Requirement type | First question to ask | Strong answer shape |
|---|---|---|
| Inbound protection | Is the threat HTTP-layer, volumetric DDoS, partner ingress, or private access? | Place WAF, Shield, Network Firewall, private connectivity, or endpoint controls where the traffic actually enters. |
| Outbound control | Is the requirement internet egress inspection, AWS service access, DNS control, or exfiltration reduction? | Route traffic through the correct inspection, proxy, endpoint, DNS, and logging path. |
| East-west segmentation | Is traffic between tiers, VPCs, accounts, or shared services? | Use security groups, NACLs, Transit Gateway route domains, Network Firewall, Gateway Load Balancer, endpoint policies, or PrivateLink according to the boundary. |
| Validation and audit | Which signal proves the control worked or drifted? | Combine VPC Flow Logs, Traffic Mirroring, CloudTrail, CloudWatch, service logs, Firewall Manager, and retained evidence. |
| Confidentiality | Where must encryption terminate and who owns the trust? | Choose TLS, IPsec, VPN over Direct Connect, MACsec where supported, ACM, ACM PCA, S3/managed-service transport controls, or DNSSEC. |
The wrong answer often selects a familiar security service without making the traffic visible to that service. A firewall that is not on the routed path does not inspect the flow; a log source that cannot observe the control point does not prove compliance; a private route does not automatically encrypt data in transit.
Use this flow when the answer set mixes WAF, Shield, Network Firewall, Flow Logs, CloudTrail, TLS, and certificate services.
flowchart TD
S["Security or compliance requirement"] --> P{"Prevent or enforce traffic?"}
P -- "Yes" --> B{"Which boundary?"}
B -- "Inbound" --> I["WAF, Shield, ingress routing, security groups, perimeter VPC"]
B -- "Outbound" --> O["Network Firewall, proxy, GWLB appliances, endpoints, DNS controls"]
B -- "East-west" --> E["Segmentation, TGW route domains, SGs, NACLs, endpoint policies"]
S --> V{"Prove or audit behavior?"}
V -- "Yes" --> L["Flow logs, Traffic Mirroring, CloudTrail, service logs, CloudWatch, Firewall Manager"]
S --> C{"Protect confidentiality?"}
C -- "Yes" --> T["TLS, IPsec, VPN over DX, ACM/PCA, DNSSEC, service transport controls"]
I --> R["Validate route, log, alert, and failover behavior"]
O --> R
E --> R
L --> R
T --> R
The exam trap is treating prevention, detection, and confidentiality as interchangeable. They support each other, but they answer different requirements.
Start with 4.1 Network Security Features and Architecture so the threat model and enforcement boundaries are clear first.
Then move through:
| If the scenario is really about… | Go first to… |
|---|---|
| WAF, Shield, Network Firewall, Gateway Load Balancer appliances, proxies, endpoint policies, perimeter VPCs, untrusted networks, three-tier architecture, threat models, or segmenting trust zones | 4.1 Network Security Features and Architecture |
| VPC Flow Logs, Traffic Mirroring, CloudWatch alarms, CloudTrail, load balancer logs, CloudFront logs, multi-account audit strategy, Firewall Manager, Trusted Advisor, or proving whether the control is working | 4.2 Security Validation, Monitoring, and Audit |
| TLS, IPsec, VPN over Direct Connect, MACsec, ACM, ACM PCA, DNSSEC, CloudFront origin encryption, load balancer certificate placement, S3 HTTPS enforcement, or protecting traffic confidentiality in motion | 4.3 Confidentiality of Network Data and Communications |
| Scenario clue | Keep in play | Be careful with |
|---|---|---|
| Public HTTP application attacks | WAF on a supported edge or application entry point, Shield, CloudFront/ALB/API Gateway placement. | Network Firewall alone if the issue is HTTP request inspection. |
| Volumetric DDoS pressure | Shield-aligned architecture, edge services, resilient origin design, health-aware routing. | Treating WAF as the only DDoS control. |
| Internet egress must be inspected | Network Firewall, proxy, Gateway Load Balancer appliances, NAT placement, route tables, logs. | NAT gateway as if it were an inspection control. |
| VPC-to-VPC or tier-to-tier segmentation | Security groups, NACLs, TGW route domains, Network Firewall, endpoint policies, PrivateLink. | Assuming one central firewall sees traffic that is not routed through it. |
| Private AWS service access | Gateway/interface endpoints, endpoint policies, IAM, private DNS, service policy conditions. | Public NAT egress when the requirement says private access. |
| Multi-account governance | Organizations, delegated administration, Firewall Manager, AWS Config, CloudTrail, central log archive. | Manual per-account edits without drift detection. |
| Audit evidence | Flow logs, CloudTrail, service logs, CloudWatch metrics/alarms, retained log delivery. | A policy-only answer when the prompt asks for proof. |
| Encryption requirement | TLS, IPsec, VPN over Direct Connect, certificate authority, DNSSEC, service-specific transport controls. | Segmentation or private routing as a substitute for encryption. |
| What must be proven | Better evidence |
|---|---|
| Who changed a security group, route table, firewall policy, or endpoint policy | CloudTrail and change-management records. |
| Whether traffic was accepted or rejected at a network boundary | VPC Flow Logs, Transit Gateway Flow Logs, firewall logs, and security control logs. |
| Whether packet-level inspection confirms a threat or malformed traffic | VPC Traffic Mirroring with scoped capture and an analysis appliance. |
| Whether HTTP(S) edge controls matched a request | WAF logs, CloudFront logs, ALB logs, and application logs. |
| Whether controls are consistent across accounts | Firewall Manager, AWS Config, Trusted Advisor, Organizations, and delegated-admin reports. |
| Whether a confidentiality requirement is active | Certificate state, TLS policy, VPN/IPsec status, DNSSEC status, service configuration, and retained compliance evidence. |
Security validation should not stop at “logs are enabled.” A strong answer includes delivery, retention, correlation, alarm or finding generation, and ownership of response.