PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #253
Your company uses VPC firewall rules and denies all egress traffic. You need to allow some VMs to contact external websites based on their fully qualified domain name (FQDN). You apply the new…
The correct answer is C. Update the default policy and rule evaluation order to BEFORE_CLASSIC_FIREWALL. Network firewall policies that use FQDN-based rules are, by default, evaluated after the classic VPC firewall rules. Your “deny all egress” VPC rule takes effect first and blocks the traffic before your FQDN allow rules are ever reached. Switching the policy evaluation order to…
Question
Options
- ARaise the priority of the network firewall policy rules.
- BLower the priority of the network firewall policy rules.
- CUpdate the default policy and rule evaluation order to BEFORE_CLASSIC_FIREWALL.
- DUpdate the default policy and rule evaluation order to AFTER_CLASSIC_FIREWALL.
How the community answered
(23 responses)- A4% (1)
- B9% (2)
- C83% (19)
- D4% (1)
Explanation
Network firewall policies that use FQDN-based rules are, by default, evaluated after the classic VPC firewall rules. Your “deny all egress” VPC rule takes effect first and blocks the traffic before your FQDN allow rules are ever reached. Switching the policy evaluation order to BEFORE_CLASSIC_FIREWALL ensures your FQDN-based allow rules run first, letting the designated VMs reach external sites, while still preserving your broader deny-all egress rule.
Topics
Community Discussion
No community discussion yet for this question.