
Explanation:
The goal is to capture network traffic for analyzing a suspected malicious process in the production frontend servers. VPC Flow Logs are ideal for monitoring traffic. Key considerations:
Thus, option B is optimal: enabling VPC Flow Logs only on the production VPC's frontend and backend subnets with 100% sampling ensures comprehensive, timely capture of traffic for analysis.
Ultimate access to all questions.
No comments yet.
You are running a real-time gaming application on Compute Engine with separate production and testing environments, each having its own Virtual Private Cloud (VPC) network. The application's frontend and backend servers are in different subnets within each environment's VPC. You suspect a malicious process is intermittently communicating from your production frontend servers and need to capture network traffic for analysis. What should you do?
A
Enable VPC Flow Logs on the production VPC network frontend and backend subnets only with a sample volume scale of 0.5.
B
Enable VPC Flow Logs on the production VPC network frontend and backend subnets only with a sample volume scale of 1.0.
C
Enable VPC Flow Logs on the testing and production VPC network frontend and backend subnets with a volume scale of 0.5. Apply changes in testing before production.
D
Enable VPC Flow Logs on the testing and production VPC network frontend and backend subnets with a volume scale of 1.0. Apply changes in testing before production.