QuestionQ329

Data Security and Governance

A data engineer must use an Amazon QuickSight dashboard based on Amazon Athena queries against data stored in an Amazon S3 bucket. When connecting to the QuickSight dashboard, the data engineer gets an error indicating insufficient permissions.

Which factors could cause these permissions-related errors?

Choose two
  • A There is no connection between QuickSight and Athena.
  • B The Athena tables are not cataloged.
  • C QuickSight does not have access to the S3 bucket.
  • D QuickSight does not have access to decrypt S3 data.
  • E There is no IAM role assigned to QuickSight.
Explanation

Amazon QuickSight requires access to the Amazon S3 buckets that Athena uses. For data encrypted with an AWS KMS key, the QuickSight IAM role must also have permission to decrypt with that key. Missing either S3 access or KMS decrypt permission can produce an insufficient-permissions error.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!