AWS Certified Solutions Architect – Professional (SAP-C02) — Question 57

A solutions architect needs to copy data from an Amazon S3 bucket m an AWS account to a new S3 bucket in a new AWS account. The solutions architect must implement a solution that uses the AWS CLI.

Which combination of steps will successfully copy the data? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

The correct steps involve creating the necessary permissions to allow the destination account user to access the source bucket and the destination bucket. Option B allows the destination account user to read from the source bucket, while option D ensures the user can write to the destination bucket. Option F is correct because the data transfer must be executed from the destination account, where the user has the required permissions.