nerdexam
Amazon

ANS-C01 · Question #211

A company has started using AWS Cloud WAN with one edge location in the us-east-1 Region. The company has a production segment and a security segment in AWS Cloud WAN. The company also has a default…

The correct answer is A. Update the core network policy to configure segment sharing. Share the production segment with C. Update the core network policy to create a static route for the production segment. Specify. To enable internet-bound traffic from a production VPC on the production segment to flow through a Network Firewall in an inspection VPC on the security segment via AWS Cloud WAN, the core network policy must be updated to route the production segment's internet traffic to the…

Submitted by minji_kr· Mar 6, 2026Network Design

Question

A company has started using AWS Cloud WAN with one edge location in the us-east-1 Region. The company has a production segment and a security segment in AWS Cloud WAN. The company also has a default core network policy. The company has created a production VPC for the production workload. The company has created an outbound inspection VPC to inspect internet-bound traffic from the production VPC. The company has attached the production VPC to the production segment and has attached the outbound inspection VPC to the security segment. The company has also created an AWS Network Firewall firewall in the outbound inspection VPC to inspect internet-based traffic. The company has updated a route table for the production VPC to send all internet-bound traffic to the AWS Cloud WAN core network. The company has updated a route table for the outbound inspection VPC to ensure that Network Firewall inspects any outgoing traffic and incoming traffic. During testing, an Amazon EC2 instance in the production VPC cannot reach the internet. The company checks the Network Firewall rules and confirms that the rules are not blocking the traffic. Which combination of steps will meet these requirements? (Choose two.)

Options

  • AUpdate the core network policy to configure segment sharing. Share the production segment with
  • BUpdate the core network policy to create a static route for the security segment. Specify 0.0.0.0/0
  • CUpdate the core network policy to create a static route for the production segment. Specify
  • DUpdate the core network policy to create a static route for the production segment. Specify
  • ECreate an attachment to attach the outbound inspection VPC to the production segment. Update

How the community answered

(41 responses)
  • A
    59% (24)
  • B
    5% (2)
  • D
    24% (10)
  • E
    12% (5)

Why each option

To enable internet-bound traffic from a production VPC on the production segment to flow through a Network Firewall in an inspection VPC on the security segment via AWS Cloud WAN, the core network policy must be updated to route the production segment's internet traffic to the security segment and enable segment sharing for return paths.

AUpdate the core network policy to configure segment sharing. Share the production segment withCorrect

Updating the core network policy to configure segment sharing between the production and security segments is necessary to allow routes (especially return paths for internet traffic) to be properly exchanged or made visible between the segments, ensuring that traffic can flow back to the production VPC after inspection.

BUpdate the core network policy to create a static route for the security segment. Specify 0.0.0.0/0

Creating a static route for the *security* segment with 0.0.0.0/0 as the destination and the *production* segment as the next hop would incorrectly attempt to route internet traffic *from the security segment back to the production segment*, not for inspection of production traffic.

CUpdate the core network policy to create a static route for the production segment. SpecifyCorrect

Updating the core network policy to create a static route for the production segment with 0.0.0.0/0 as the destination and the security segment as the next hop explicitly directs all internet-bound traffic from the production segment to the security segment, forcing it through the Network Firewall in the outbound inspection VPC for inspection.

DUpdate the core network policy to create a static route for the production segment. Specify

Creating a static route for the production segment with 0.0.0.0/0 pointing to the internet gateway of the outbound inspection VPC is incorrect. The next hop for a segment route in Cloud WAN should be another segment or an attachment, not a specific resource like an internet gateway directly.

ECreate an attachment to attach the outbound inspection VPC to the production segment. Update

Creating an attachment to attach the outbound inspection VPC to the production segment would merge the two networks and potentially bypass the intended inspection flow, rather than routing traffic between distinct segments for policy enforcement.

Concept tested: AWS Cloud WAN centralized inspection with segment routing

Source: https://docs.aws.amazon.com/cloudwan/latest/ug/cloudwan-segments-inspection.html

Community Discussion

No community discussion yet for this question.

Full ANS-C01 Practice