exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 90 discussion

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?

  • A. Upload the file using the S3 console.
  • B. Use the s3api copy-object command.
  • C. Use the s3api put-object command.
  • D. Use the s3 cp command
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
princajen
Highly Voted 2 years, 7 months ago
Selected Answer: D
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/
upvoted 18 times
...
MrMLB
Highly Voted 2 years, 4 months ago
Selected Answer: D
The correct answer is D: Use the s3 cp command. s3 cp file.txt s3://my-bucket/ --multipart-upload
upvoted 6 times
jipark
1 year, 8 months ago
great explanation !!
upvoted 1 times
...
...
jagdishmav
Most Recent 5 months ago
Selected Answer: D
Important: It's a best practice to use aws s3 commands, such as aws s3 cp,
upvoted 1 times
...
Iamawstoo
2 years, 2 months ago
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.
upvoted 1 times
Aamee
7 months, 2 weeks ago
It is infact 'D' the correct ans. for this question
upvoted 1 times
...
XenonDemon
1 year, 9 months ago
D is the answer
upvoted 2 times
...
...
michaldavid
2 years, 4 months ago
Selected Answer: D
dddddddd
upvoted 1 times
...
Liongeek
2 years, 5 months ago
Selected Answer: D
Ans: D
upvoted 1 times
...
Atown
2 years, 5 months ago
Selected Answer: D
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
upvoted 1 times
...
[Removed]
2 years, 7 months ago
I believe the correct answer is "D". https://aws.amazon.com/premiumsupport/knowledge-center/s3-upload-large-files/
upvoted 1 times
...
Gorille69
2 years, 7 months ago
It's a best practice to use aws s3 commands (such as aws s3 cp) for multipart uploads and downloads. here , there is a multipart uploads
upvoted 1 times
...
kati2k22cz
2 years, 7 months ago
Selected Answer: C
Choose C. put-object is the answer. https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/put-object.html
upvoted 1 times
...
haxaffee
2 years, 7 months ago
Selected Answer: D
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.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago