Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 893

When unloading data from Snowflake to AWS, what permissions are required? (Choose two.)

    Correct Answer: A, D

    When unloading data from Snowflake to AWS, the required permissions are s3:DeleteObject and s3:PutObject. The s3:DeleteObject permission allows Snowflake to delete objects in the S3 bucket, which may be necessary during the data unloading process if files need to be replaced. The s3:PutObject permission is required to upload the data into the S3 bucket. These two permissions ensure that Snowflake has the necessary access to manage files in the S3 bucket appropriately.

Discussion
BobFarOptions: AD

Answer is A & D. Snowflake requires the following permissions on an S3 bucket and folder to create new files in the folder (and any sub-folders): s3:DeleteObject s3:PutObject https://docs.snowflake.com/en/user-guide/data-unload-s3#configuring-an-s3-bucket-for-unloading-data

HeetecOptions: AD

AD correct - https://docs.snowflake.com/en/user-guide/data-unload-s3