Q62 — AWS SCS-C02 Ch.1

Question 62 of 100 | ← Chapter 1

A company needs to create a centralized solution to analyze log files. The company uses an organization in AWS Organizations to manage its AWS accounts. The solution must aggregate and normalize events from the following sources: - The entire organization in Organizations - All AWS Marketplace offerings that run in the company’s AWS accounts - The company's on-premises systems Which solution will meet these requirements?

Correct Answer: B.  Configure log streams in Amazon CloudWatch Logs for the sources that need monitoring. Create log subscription filters for each log stream. Forward the messages to Amazon OpenSearch Service for analysis.  

Explanation

本题核心在于跨组织账户、AWS Marketplace服务及本地系统的日志聚合分析。AWS CloudWatch Logs支持多源集成,通过日志流统一收集VPC流日志、CloudTrail等AWS服务数据,同时兼容本地系统日志(需安装代理)。订阅过滤器实现日志实时筛选转发至Amazon OpenSearch Service,满足集中分析、标准化处理需求,且无须依赖特定存储架构或跨账户策略配置。选项B通过CloudWatch与OpenSearch的无缝衔接覆盖全部三类数据源,直接达成规范化分析和实时查询功能。