Can you combine S3 Transfer Acceleration with Horizontal Scaling & Request Parallelization?

0

Can you combine S3 Transfer Acceleration with Horizontal Scaling & Request Parallelization? I assume you'd just need to enable Transfer Acceleration on the destination bucket and then use the Acceleration endpoint when setting up a parallelization mechanism like TransferManager?

1 Answer
0

Hello!

Yes, you can use both S3 Transfer Acceleration and S3 Horizontal Scaling & Request Parallelization together, as you stated. You would use the acceleration endpoint where needed, though this may mean changes to your workflow or code in order to use the endpoint. See this for examples on how to use Transfer Acceleration: https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration-examples.html. However, once you have refactored around this, you should be able to use parallelism with Transfer Acceleration.

Hope this helps!

Mark_G
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions