Andrew

Results 42 comments of Andrew

That boto3 documentation bug is really annoying! I've finished my pattern now, but glad that it helped you out.

Thanks @rix0rrr , this is a good addition, and it most definitely would have helped catch it early.

Very curious to know about this.

> Hi, > any update on this topic? > > if anyone else encounters this problem, after some digging in the boto3 code I used the following workaround to being...

> Example use: > > ```python > session = requests.Session() > session.auth = IAMAuth() > session.get('') > ``` Thanks! thats really awsome.

thanks, its a good start for what i needed, I have to deal with 2FA and named profiles but this just what i needed for the job!

There appears to be multiple errors in this template. THeres large chucks missing.

Hi.. This unforuantly doesnt solve the problem. THis is just using a Key file that had been created previously. I'm trying to use ec2instance connect. if you install ec2 instance...

This is a bit of a challenge, as in some environments using docker images becomes a tricky challenge for security reasons, as we have to pick them all apart to...