AWS Certified Cloud Practitioner Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Ace the AWS Certified Cloud Practitioner Exam with our extensive collection of flashcards and diverse multiple-choice questions. Updated for 2024 to guarantee your success in the certification journey!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which AWS service is used for creating and managing a relational database?

  1. Amazon RDS

  2. Amazon DynamoDB

  3. Amazon Redshift

  4. Amazon EMR

The correct answer is: Amazon RDS

Amazon RDS (A) stands for Amazon Relational Database Service, a cloud-based service for creating and managing relational databases such as MySQL, Oracle, and PostgreSQL. It allows users to easily scale their databases, perform automatic backups, and manage security. Amazon DynamoDB (B) is a NoSQL database service, which means it is not a relational database and does not use SQL for querying data. Amazon Redshift (C) is a data warehousing service, which differs from a traditional relational database in terms of functionality and purpose. It is designed for handling large amounts of data and performing complex analytics, rather than daily transactions and data management. Amazon EMR (D) stands for Amazon Elastic MapReduce, a service used for processing large amounts of data using open source tools such as Hadoop, Spark, and Presto. While some databases can be integrated with EMR, it is not specifically designed for relational databases. Overall, Amazon RDS is the best choice for creating and managing a relational database in AWS, while the other options are better suited for other purposes.