Courseiva
Cloud Technology and ServiceseasyMultiple ChoiceObjective-mapped

CLF-C02 Cloud Technology and Services Practice Question

Which AWS service provides managed Elasticsearch (OpenSearch) clusters for log analytics and full-text search?

⚠ Common exam trap

A common mix-up: candidates confuse Amazon CloudSearch (a simpler, proprietary search service) with Amazon OpenSearch Service, not realizing that CloudSearch does not support the Elasticsearch/OpenSearch ecosystem required for log analytics and Kibana integration.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Amazon OpenSearch Service

Amazon OpenSearch Service (successor to Amazon Elasticsearch Service) is the correct choice because it provides managed clusters for Elasticsearch and OpenSearch, enabling log analytics, full-text search, and real-time application monitoring. It integrates with Logstash and Kibana (the ELK stack) and supports the OpenSearch API, making it the direct AWS offering for this use case.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Amazon CloudSearch

    Why it's wrong here

    Amazon CloudSearch is a managed full-text search service, but it is built for simple faceted search over your own data, not for log analytics. It lacks the integrated Kibana dashboards, alerting, and ELK/OpenSearch ecosystem that make OpenSearch Service a natural fit for operational log monitoring and visualization.

  • Amazon OpenSearch Service

    Why this is correct

    Amazon OpenSearch Service provides managed OpenSearch and Elasticsearch clusters for near-real-time log analytics and search, exposing the standard RESTful search APIs and Kibana dashboards without requiring you to run a control plane. It automatically handles cluster provisioning, scaling, patching, and data replication, while supporting index-based data structures that enable fast full-text and aggregated queries across large log datasets.

  • Amazon Athena

    Why it's wrong here

    Amazon Athena is a serverless interactive query service that runs SQL directly on objects in Amazon S3; it has no persistent cluster and no inverted index, so each query incurs a full table scan only when you invoke it. It is excellent for occasional ad-hoc analysis of structured or unstructured S3 data, but it is not a managed search cluster with sub-second, indexed search and monitoring dashboards tuned for log streams.

  • Amazon Redshift

    Why it's wrong here

    Amazon Redshift is a petabyte-scale columnar data warehouse designed for complex SQL analytics over structured historical data, not for storing high-velocity log streams needing near-real-time search and visualization. It does not provide an inverted-index search engine, and using it for log exploration would require a costly cluster, manual table design, and no built-in Kibana-style log monitoring interface.

About these practice questions

Courseiva writes every CLF-C02 question from scratch — 988 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.