
Answer-first summary for fast verification
Answer: All load balancer types are denied in accordance with the global node's policy.
The correct answer is A because the global organization policy denies all load balancer types, and by default, policies inherit from parent nodes unless explicitly overridden. The community discussion highlights that 'inheritFromParent' defaults to true if not set, meaning the project inherits the global policy. This makes the global denial of all load balancers effective, rendering the folder and project policies redundant as they are less restrictive. Options B, C, and D are incorrect because they suggest partial denials based on lower-level policies, but the global policy's comprehensive denial takes precedence due to inheritance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Given the following resource hierarchy with organization policies at each node, which load balancer types are explicitly denied in VPC A?

A
All load balancer types are denied in accordance with the global node's policy.
B
INTERNAL_TCP_UDP, INTERNAL_HTTP_HTTPS is denied in accordance with the folder's policy.
C
EXTERNAL_TCP_PROXY, EXTERNAL_SSL_PROXY are denied in accordance with the project's policy.
D
EXTERNAL_TCP_PROXY, EXTERNAL_SSL_PROXY, INTERNAL_TCP_UDP, and INTERNAL_HTTP_HTTPS are denied in accordance with the folder and project's policies.