A SysOps administrator wants to upload a file that is 1 TB in size from on-premises to an Amazon S3 bucket using multipart uploads. What should the SysOps administrator do to meet this requirement?
I vote for D!
It's a best practice to use aws s3 commands (such as aws s3 cp) for multipart uploads and downloads, because these aws s3 commands automatically perform multipart uploading and downloading based on the file size. By comparison, aws s3api commands, such as aws s3api create-multipart-upload, should be used only when aws s3 commands don't support a specific upload need, such as when the multipart upload involves multiple servers, a multipart upload is manually stopped and resumed later, or when the aws s3 command doesn't support a required request parameter.
https://aws.amazon.com/premiumsupport/knowledge-center/s3-multipart-upload-cli/
A Sysops administrator wants to securely share an object from a private Amazon S3 bucket with a group of users who do not have an AWS account.
What is the MOST operationally efficient solution that will meet this requirement?
A. Attach an s3 bucket policy that only allows object downloads from the users' IP addresses.
B. Create an IAM role that has access to the object. Instruct the users to assume the role
C. Create an IAM user that has access to the object Share the credentials with the users
D. Generate a presigned URL for tho object. Share tho URL with the users.
The Correct answer is D
Read Article
https://aws.amazon.com/premiumsupport/knowledge-center/s3-multipart-upload-cli/
To use a high-level aws s3 command for your multipart upload, run this command:
$ aws s3 cp large_test_file s3://DOC-EXAMPLE-BUCKET/
Important: Use this aws s3api procedure only when aws s3 commands don't support a specific upload need
Ill go with D (aws s3 cp) on that one. It's recommended at https://aws.amazon.com/premiumsupport/knowledge-center/s3-multipart-upload-cli/ and there is more to be done for s3api to work.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
princajen
Highly Voted 2 years, 7 months agoMrMLB
Highly Voted 2 years, 4 months agojipark
1 year, 8 months agojagdishmav
Most Recent 5 months agoIamawstoo
2 years, 2 months agoAamee
7 months, 2 weeks agoXenonDemon
1 year, 9 months agomichaldavid
2 years, 4 months agoLiongeek
2 years, 5 months agoAtown
2 years, 5 months ago[Removed]
2 years, 7 months agoGorille69
2 years, 7 months agokati2k22cz
2 years, 7 months agohaxaffee
2 years, 7 months ago