Skip to content

AWS C++ SDK Stable Versions? S3 Performance Drop-Off? #3322

Answered by simoneves
simoneves asked this question in Q&A
Discussion options

You must be logged in to vote

@sbiscigl thank you for the above, but...

I added some more profiling, and it seems that even just constructing a ClientConfiguration (or these days, an S3ClientConfiguration) was what was taking the two seconds. Literally a low-level timer around the constructor line showed that.

After some wailing and gnashing of teeth with my remote colleagues, one of them then came across this...

#1410

...and the related section of this...

https://github.com/aws/aws-sdk-cpp/wiki/What%E2%80%99s-New-in-AWS-SDK-for-CPP-Version-1.8

To cut a long story short, if one does indeed set AWS_EC2_METADATA_DISABLED=true everything then runs blazing fast.

Even the build with 1.7.301 runs WAY faster, presumably due …

Replies: 4 comments 29 replies

Comment options

You must be logged in to vote
1 reply
@simoneves
Comment options

Comment options

You must be logged in to vote
4 replies
@simoneves
Comment options

@simoneves
Comment options

@simoneves
Comment options

@simoneves
Comment options

Comment options

You must be logged in to vote
13 replies
@simoneves
Comment options

@sbiscigl
Comment options

@sbiscigl
Comment options

@simoneves
Comment options

@sbiscigl
Comment options

Comment options

You must be logged in to vote
11 replies
@sbiscigl
Comment options

@simoneves
Comment options

@simoneves
Comment options

@DmitriyMusatkin
Comment options

@simoneves
Comment options

Answer selected by sbiscigl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants