Ultimate access to all questions.
You are tasked with setting up a logging system for your operations team to capture logs only from production projects. These production projects are organized within a specific folder in your Google Cloud Organization. The goal is to ensure that both existing and future production projects' logs are captured automatically in a centralized location. How should you configure the logging export to meet these requirements?
Explanation:
The correct answer is A: Create an aggregated export on the Production folder. Set the log sink to be a Cloud Storage bucket in an operations project. This solution will allow the operations team to store logs from all the production projects in your Organization, without including logs from other projects. By creating an aggregated export on the Production folder, logs for all existing and new production projects will be captured automatically and centrally stored in a Cloud Storage bucket in an operations project. This avoids the manual process of setting up log exports for each project individually and ensures future projects within the folder are included.