SnowPro Core Certification — Question 860
When unloading data from Snowflake to AWS, what permissions are required? (Choose two.)
Answer options
- A. s3:DeleteObject
- B. s3:CopyObject
- C. s3:GetBucketAcl
- D. s3:PutObject
- E. s3:GetBucketLocation
Correct answer: A, D
Explanation
The correct answers are A and D because 's3:DeleteObject' allows the deletion of objects in the S3 bucket, which can be necessary during the unloading process, and 's3:PutObject' is required to write the data into the S3 bucket. The other options, while related to S3 permissions, do not directly pertain to unloading data from Snowflake.