Adrian D.

Results 172 comments of Adrian D.

Hello @lcswillems, thanks for getting back. The EC2 team maintaining this customization discussed your feature request, and acknowledged that it would be a beneficial enhancement of the plugin. They have...

Hello @staffan-einarsson, thanks for reaching out and finding out the bug. I have brought this with our team and have added this to our queue.

Hello @austinmw, thanks for reaching out. I have replicated the same issue and got the same results. Llama 3.2 11B always returns 36. I have reached out to the Bedrock...

Thanks for the patience. The Bedrock Service team has said that all Llama 3.2 Vision models have 240 * 240 size thus the 36 Input Tokens. This is an expected...

Hi @runawaycoast, thanks for reaching out. Can you go into more detail about why you are specifying an endpoint_url? An S3 client without specifying an endpoint_url would automatically connect to...

Hi @runawaycoast, thanks for the update. When endpoint_url is used, it only has to be `endpoint_url = "https://s3.amazonaws.com". ` - Then for doing a request using Path Style (Path Style...

Hello @vincer, thanks for reaching out. The only way for IMDS to be disabled is by having AWS_EC2_METADATA_DISABLED=true as per the documentation [1] and what you have used. If you...

Hi @vincer, thanks for the update. For further look, please include the full debug response by adding boto3.set_stream_logger('') to your code and redacting any sensitive information. Thank you.

Hi @glerb, thanks for reaching out. I have used the code that you have provided and I was not able to replicate the errors. For a further look, please provide...

Hi @glerb, thanks for the update. Boto3 is throwing a ClientError as documented, and it's throwing the S3UploadFailedError to provide additional information. This behavior is expected; please let me know...