AWS Certified Data Engineer – Associate (DEA-C01) — Question 195

A company uses AWS Key Management Service (AWS KMS) to encrypt an Amazon Redshift cluster. The company wants to configure a cross-Region snapshot of the Redshift cluster as part of disaster recovery (DR) strategy.

A data engineer needs to use the AWS CLI to create the cross-Region snapshot.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct steps are B and D because enabling snapshot copying in the source region and specifying the snapshot copy grant in the destination region is essential for cross-Region snapshots. Option A is incorrect as the snapshot copy grant needs to be in the destination region, not the source, while option C mistakenly suggests using a grant from the source region, which does not fulfill the requirement for cross-Region operations. Option E is irrelevant to the snapshot process.