Courseiva
Database SecurityhardMultiple ChoiceObjective-mapped

DBS-C01 Database Security Practice Question

A company uses Amazon Redshift for data warehousing. The security team requires that all data loaded into the cluster be encrypted at rest using a customer-managed KMS key. The cluster is currently unencrypted. What is the most efficient way to achieve this requirement with minimal data loss?

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

Unload the data from the existing cluster to S3, create a new encrypted cluster using the KMS key, and reload the data from S3.

An existing unencrypted Redshift cluster cannot be encrypted in place. The only way to achieve encryption using a customer-managed KMS key is to unload the data to S3, create a new encrypted cluster with the desired KMS key, and reload the data. Options B, C, and D are incorrect because Redshift does not support enabling encryption on an existing cluster, modifying an existing cluster to enable encryption, or adding encryption to an unencrypted snapshot.

Answer analysis

Option-by-option breakdown

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

  • Unload the data from the existing cluster to S3, create a new encrypted cluster using the KMS key, and reload the data from S3.

    Why this is correct

    This is the recommended approach to migrate data to an encrypted cluster.

  • Change the cluster parameter group to enable encryption.

    Why it's wrong here

    Parameter groups do not control encryption.

  • Modify the cluster and enable encryption in the Redshift console.

    Why it's wrong here

    Encryption cannot be enabled on an existing cluster.

  • Take a snapshot of the cluster, copy the snapshot with encryption, and restore from the encrypted snapshot.

    Why it's wrong here

    Redshift snapshots are not used to encrypt clusters; the cluster must be encrypted at creation.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

This DBS-C01 question is part of Courseiva's 1,663-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on DBS-C01

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company is using Amazon Redshift for data warehousing. They need to ensure that data is encrypted at rest using a customer-managed AWS KMS key. The cluster is currently unencrypted. What is the simplest way to enable encryption?

medium
  • A.Create a new Redshift cluster with encryption enabled and migrate the data.
  • B.Enable encryption directly on the existing cluster using AWS CLI.
  • C.Create a snapshot of the existing cluster and restore it to a new encrypted cluster.
  • D.Modify the existing cluster and enable encryption using the Redshift console.

Why A: You cannot enable encryption on an existing Amazon Redshift cluster. The simplest approach is to create a new cluster with encryption enabled using a customer-managed AWS KMS key, then migrate the data from the old cluster to the new one using tools such as UNLOAD/COPY or AWS DMS. Option C (snapshot and restore) is also valid, but it is not the simplest because it requires creating a snapshot and then restoring it to a new encrypted cluster, which involves extra steps. Therefore, option A is correct.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DBS-C01 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 DBS-C01 exam.