CloudGuild · Blog · Cheat sheets · Lessons · Certifications
Centralized Logging Solutions on AWS: Exam Question Walkthrough
Discover the key to selecting the right AWS service for centralized logging in the SAA-C03 exam with this detailed question walkthrough.
An organization wants to implement a centralized logging solution that can automatically aggregate and analyze logs from AWS services and on-premises resources. Which AWS service should they use?
A. AWS CloudTrail
B. Amazon CloudWatch Logs
C. AWS Config
D. Amazon OpenSearch Service
Think before you scroll
Consider the core functionalities of each service. The question is about aggregation and analysis of logs from multiple sources. Each option has its specific use case, but not all support the centralization of logs effectively.
The answer
The correct option is D. Amazon OpenSearch Service. This service is designed to aggregate and analyze logs from various sources, including AWS services and on-premises resources. It excels in centralized logging scenarios, making it the best choice here.
Why the other options lose
A. AWS CloudTrail: While CloudTrail logs AWS API calls for account activity, it does not offer aggregation from on-premises resources. It is primarily focused on auditing and tracking API usage, not on centralized log management.
B. Amazon CloudWatch Logs: CloudWatch Logs can store logs from AWS services, but it lacks the capability to aggregate logs from on-premises resources. It is more suited for monitoring and operational insights rather than centralizing logs from diverse sources.
C. AWS Config: AWS Config is used for resource tracking and compliance auditing. It does not serve the purpose of log aggregation and analysis, which is the key requirement of the question. Its focus is more on resource configurations than on logging.
The concept behind it
Centralized logging is crucial for organizations that handle logs from multiple environments. The best services for this task can aggregate logs from both cloud and on-premises sources, allowing for comprehensive analysis. Understanding the specific capabilities of each AWS service helps in making the right choice based on the situation.
Exam trap to remember
Remember: Not all logging services aggregate logs from multiple sources. Focus on the specific needs of aggregation and analysis when selecting an AWS service for logging solutions.