Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use S3 transfer acceleration in CLI with new bucket #72

Open
ronaldtse opened this issue Mar 9, 2021 · 5 comments
Open

Use S3 transfer acceleration in CLI with new bucket #72

ronaldtse opened this issue Mar 9, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Member

We have redeployed the site on an S3 bucket with Transfer Acceleration, we need to update the S3 command to use transfer acceleration and increased parallelisation.

From

Let's try this configuration to see it it works well.

$ aws configure set default.s3.max_concurrent_requests 100
$ aws configure set default.s3.max_queue_size 10000
$ aws configure set default.s3.use_accelerate_endpoint true
$ aws configure set default.s3.payload_signing_enabled false
@ronaldtse ronaldtse added the enhancement New feature or request label Mar 9, 2021
@ronaldtse
Copy link
Member Author

Darn, the upload is now done inside jekyll-geolexica.

@ronaldtse
Copy link
Member Author

I already added it, let's see if it works: https://github.com/glossarist/iev-demo-site/actions/runs/634901074

@ronaldtse
Copy link
Member Author

ronaldtse commented Mar 10, 2021

Let's try a concurrency size of 300 and see if it affects speed.

@ronaldtse
Copy link
Member Author

Maybe if we do the unzip trick we will get sub-5 mins deployment.

riboseinc/terraform-aws-s3-cloudfront-website#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants