CLF-C02 Cloud Technology and Services Practice Question
Which AWS service provides a fully managed, scalable search service that allows you to set up, manage, and scale a search solution for your website or application?
⚠ Common exam trap
It's easy for candidates to confuse Amazon Athena's SQL-based querying of S3 data with a search service, but Athena is not designed for low-latency, full-text search or real-time indexing required for website or application search.
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 is a fully managed service that makes it easy to deploy, operate, and scale OpenSearch clusters in the AWS Cloud. It provides built-in integrations with tools like Kibana for visualization and Logstash for data ingestion, and it supports full-text search, structured search, and analytics, making it the correct choice for a scalable search solution.
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 Athena
Why it's wrong here
Amazon Athena is a serverless interactive query service that uses standard SQL to analyze structured, semi-structured, and unstructured data directly in Amazon S3. It works by submitting queries that read and scan entire datasets (with partitioning or columnar formats like Parquet to reduce cost and scan volume), but it does not provide a low-latency, indexed full-text search API with relevance scoring, faceting, or near-real-time document updates. Athena is fundamentally a batch/analytics engine, not a managed search platform, so it cannot support features like autocomplete, typo tolerance, or relevance-ranked result sets needed for website/application search.
- ✓
Amazon OpenSearch Service
Why this is correct
Amazon OpenSearch Service is a fully managed service that provisions, operates, and scales OpenSearch/Elasticsearch clusters, giving you a dedicated distributed search engine built on Apache Lucene. It supports full-text search using inverted indexes, relevance scoring, fuzzy matching, autocomplete suggestions, aggregations, and dashboards, as well as log analytics and application monitoring. The service handles operational tasks such as cluster health, version upgrades, patches, and storage scaling, and integrates with Amazon S3, CloudWatch Logs, and Kinesis Data Firehose. This makes OpenSearch Service the correct choice for a managed search backend for a website or application, because it is purpose-built for interactive, high-concurrency search workloads.
- ✗
Amazon RDS with full-text search
Why it's wrong here
Amazon RDS offers managed relational databases like MySQL, PostgreSQL, and MariaDB, which do include basic full-text search functionality (for example, MATCH...AGAINST in MySQL or tsvector in PostgreSQL). However, these full-text features are designed primarily for simple keyword matching on smaller datasets and struggle with advanced requirements such as complex relevance scoring, multi-language stemming, fuzzy or typo-tolerant matching, and horizontal scaling to millions of documents. Running heavy search traffic on a relational database can also create performance bottlenecks and lock contention, whereas a dedicated search service like OpenSearch is optimized for distributed indexing and sub-second queries. Therefore, while RDS can be used for basic search, it is not the appropriate managed search service for a large-scale or feature-rich search experience.
- ✗
AWS Glue
Why it's wrong here
AWS Glue is a serverless data integration and ETL (extract, transform, load) service used to catalog, prepare, and transform data for analytics pipelines. It does not expose a query interface for end users or applications to perform full-text, relevance-based, or real-time searches against live data. Glue is designed to move and transform data into formats suitable for services like Amazon Athena, Amazon Redshift, or Amazon S3—not to index documents or serve interactive search requests. As such, AWS Glue cannot act as a managed search service for a website or application and is incorrect for this scenario.
Go deeper
Related to this question
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 →
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.