Topic 1 Question 75
2 つ選択A data engineer needs to use an Amazon QuickSight dashboard that is based on Amazon Athena queries on data that is stored in an Amazon S3 bucket. When the data engineer connects to the QuickSight dashboard, the data engineer receives an error message that indicates insufficient permissions. Which factors could cause to the permissions-related errors?
There is no connection between QuickSight and Athena.
The Athena tables are not cataloged.
QuickSight does not have access to the S3 bucket.
QuickSight does not have access to decrypt S3 data.
There is no IAM role assigned to QuickSight.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: CD
C and D https://docs.aws.amazon.com/quicksight/latest/user/troubleshoot-athena-insufficient-permissions.html
E is incorrect because it will result in authentication/authorization error, not insufficient permission error.
👍 8fceb2c12024/03/24 - 正解だと思う選択肢: CD
C. QuickSight does not have access to the S3 bucket: Amazon QuickSight needs to have the necessary permissions to access the S3 bucket where the data resides. If QuickSight lacks the permissions to read the data from the S3 bucket, it would result in an error indicating insufficient permissions.
D. QuickSight does not have access to decrypt S3 data: If the data in S3 is encrypted, QuickSight needs permissions to use the necessary keys to decrypt the data. Without access to the decryption keys, typically managed by AWS Key Management Service (KMS), QuickSight cannot read the encrypted data and would give an error.
👍 6rralucard_2024/02/02 - 正解だと思う選択肢: CD
The two most likely factors causing the permissions-related errors are:
C. QuickSight does not have access to the S3 bucket. To access data from an S3 bucket, QuickSight needs explicit S3 permissions. This is typically handled through an IAM role associated with the QuickSight service. D. QuickSight does not have access to decrypt S3 data. If the data in S3 is encrypted (e.g., using KMS), QuickSight must have the necessary permissions to decrypt the data using the relevant KMS key. Let's analyze why the other options are less likely the primary culprits:
E. There is no IAM role assigned to QuickSight. QuickSight needs an IAM role for overall functionality. A missing role would likely cause broader service failures, not specific data access errors.
👍 4Christina6662024/04/13
シャッフルモード