why aws s3 transfer acceleration is not working

0 votes

I have to upload some files that are between 3 and 7Gb to s3. The default upload speed when using the AWS Console is about 1.3 Mbs. I read about transfer acceleration here:

https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration-examples.html#transfer-acceleration-examples-aws-cli

So I followed the steps:

  1. Turn on transfer acceleration on the bucket, in the console. Then...

    aws s3api put-bucket-accelerate-configuration --bucket [bucket name] --accelerate-configuration Status=Enabled

    aws configure set default.s3.use_accelerate_endpoint true

    aws s3 cp some_file.txt s3://[bucket]/some_file.txt --region us-east-1 --endpoint-ur http://[bucket].s3-accelerate.amazonaws.com

It uploads still at the same 1.3 Mbs. I am WFH so subject to Wifi, but still I wish it could be better. Is there anything else? Do I need to use Python boto3? I was hoping this would be quicker.

Mar 22, 2022 in Others by Edureka
• 13,670 points
716 views

1 answer to this question.

0 votes
Amazon S3 Transfer Acceleration is a bucket-level functionality that allows you to send files over vast distances between your client and an S3 bucket quickly, easily, and securely. Transfer Acceleration is a feature that improves the speed of data transfers into S3 buckets from all around the world. Amazon CloudFront's globally distributed edge locations are used for Transfer Acceleration. Data is forwarded to Amazon S3 over an optimal network path as it arrives at an edge site.

What are the benefits of using Transfer Acceleration?
For a variety of reasons, you may want to use Transfer Acceleration on a bucket:

From all around the world, your consumers upload to a centralised bucket.

You move gigabytes to terabytes of data across continents on a regular basis.

When uploading to Amazon S3, you can't use all of your internet capacity.
answered Mar 24, 2022 by gaurav
• 23,260 points

Related Questions In Others

+1 vote
0 answers
0 votes
0 answers

why is react native video not working on android, but working on ios?

installed react video v. 5.2.0 but an error ...READ MORE

Sep 23, 2022 in Others by gaurav
• 23,260 points
1,000 views
0 votes
1 answer
0 votes
1 answer

What is Elastic IP in AWS and why it is useful?

A static public IPv4 address connected with ...READ MORE

answered Feb 8, 2022 in Others by Edureka
• 13,620 points
456 views
0 votes
1 answer

Move_uploaded_file() function is not working

The file will be stored in a ...READ MORE

answered Feb 22, 2022 in Others by Aditya
• 7,680 points
2,683 views
0 votes
1 answer

What does it mean when owner is None on an AWS S3 object?

S3 Object Ownership is an Amazon S3 ...READ MORE

answered Mar 15, 2022 in Others by gaurav
• 23,260 points
1,152 views
0 votes
1 answer

why aws s3 transfer acceleration is not working?

Essentially, rather than travelling the Internet to ...READ MORE

answered Mar 24, 2022 in Others by gaurav
• 23,260 points
1,026 views
0 votes
1 answer

AWS EC2: Instance from my own Windows AMI is not reachable

The existing administrator password (and other user ...READ MORE

answered Mar 9, 2022 in Others by gaurav
• 23,260 points
453 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP