
Answer-first summary for fast verification
Answer: Allow traffic on port 443 for a specific tag.
HipLocal needs to follow secure practices for firewall configuration. Allowing all traffic (B) is insecure. Blocking port 443 (A) would disable HTTPS, which is essential. Option D allows all traffic on port 443 to the entire network, which is overly permissive. The best practice is to restrict access using tags. Option C allows traffic on port 443 only for instances with a specific tag, adhering to the principle of least privilege and Google's recommended practices. This ensures only necessary instances are exposed, enhancing security while enabling required access.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
HipLocal is configuring their access controls. What firewall configuration should they implement to meet their security and scalability requirements while adhering to Google-recommended practices?
Key Context for Reference:
(Note: The question focuses on firewall configuration, but the answer should align with the broader technical and compliance goals.)
A
Block all traffic on port 443.
B
Allow all traffic into the network.
C
Allow traffic on port 443 for a specific tag.
D
Allow all traffic on port 443 into the network.
No comments yet.