Question 517:
The customer data of an application is stored in an S3 bucket. Your team would like to use Amazon Athena to analyze the data using standard SQL. However, the data in the S3 bucket is encrypted via SSE-KMS. How would you create the table in Athena for the encrypted data in S3?
Answer options:
A.You need to provide the private KMS key to Athena. B.Athena decrypts the data automatically, and you do not need to provide key information. C.You need to convert SSE-KMS to SSE-S3 before creating the table in Athena. D.You need to disable the server-side encryption in S3 before creating the Athena table.