ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 179 - SOA-C02 discussion

Report
Export

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.
Answers
A.
Upload the file using the S3 console.
B.
Use the s3api copy-object command.
Answers
B.
Use the s3api copy-object command.
C.
Use the s3api put-object command.
Answers
C.
Use the s3api put-object command.
D.
Use the s3 cp command.
Answers
D.
Use the s3 cp command.
Suggested answer: D

Explanation:

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/

asked 16/09/2024
Narmada Balaji
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first