ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

129 / 145

Question 129:

A database specialist wants to copy an Amazon Redshift cluster from a production AWS account to a non-production AWS account. What is the optimal solution to meet this requirement?

Answer options:

A.Create a target Amazon Redshift cluster. Enable VPC peering between the two VPCs in the two AWS accounts. Use AWS Glue to perform data copy from the source Amazon Redshift cluster to the target Amazon Redshift cluster.
B.Export a CloudFormation template of the source Amazon Redshift cluster. Use the CloudFormation template to stand up a new Amazon Redshift cluster in the target AWS account.
C.Create a manual snapshot of the source Amazon Redshift cluster. Share the snapshot with the target AWS account. In the target AWS account, create a new Amazon Redshift cluster by restoring from the shared snapshot.
D.Use Amazon Redshift Spectrum to copy data from the source Amazon Redshift cluster to the target Amazon Redshift cluster.