1 / 652%
Question 1 of 65
A company wants to use Redshift cluster for petabyte-scale data warehousing. Data for processing would be stored on Amazon S3. As a security requirement, the company wants the data to be encrypted at rest. As a solution architect how would you implement the solution?
AStore the data in S3 with Server Side Encryption and copy the data over to Redshift cluster
BStore the data in S3. Launch an encrypted Redshift cluster, copy the data to the Redshift cluster and store back in S3 in encrypted format
CStore the data in S3 with Server Side Encryption. Launch an encrypted Redshift cluster and copy the data to the cluster.
DStore the data in S3 with Server Side Encryption. Launch a Redshift cluster, copy the data to cluster and enable encryption on the cluster.