AWS Certified CloudOps Engineer Associate SOA-C03 Practice Question
An EC2 m6i.large instance copies a 2 TB tar file to an S3 bucket with the command aws s3 cp /data/archive.tar s3://corp-logs/. Network CloudWatch metrics show the instance can sustain 8 Gbps, but the transfer stalls around 500 Mbps and uses only one TCP connection. Without changing the instance type or writing custom code, which AWS CLI adjustment will MOST increase upload throughput?
Use --storage-class GLACIER in the cp command so the object uploads into the GLACIER storage class.
Set multipart_chunksize = 5MB to create many smaller parts during the upload.
Turn off enhanced networking on the instance to eliminate driver overhead.
Add an S3 transfer configuration in ~/.aws/config such as:
The AWS CLI reaches higher S3 PUT throughput by uploading multiple parts concurrently. Adding the settings multipart_threshold = 64MB (so the 2 TB object is automatically split) and max_concurrent_requests = 50 (so up to 50 threads transfer parts in parallel) enables dozens of parallel TCP streams, allowing the instance to drive far more bandwidth. Changing the storage class provides no performance benefit, using 5 MB parts adds overhead rather than throughput, and disabling enhanced networking would further reduce, not increase, network speed.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is multipart upload in S3?
Open an interactive chat with Bash
How does `max_concurrent_requests` improve S3 upload speeds?
Open an interactive chat with Bash
Why is `multipart_chunksize` critical in S3 uploads?
Open an interactive chat with Bash
AWS Certified CloudOps Engineer Associate SOA-C03
Monitoring, Logging, Analysis, Remediation, and Performance Optimization
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .