Adrian D.

Results 172 comments of Adrian D.

Hi @claumazz, thanks for reaching out. I tried to repro with the code: ``` import boto3 import json boto3.set_stream_logger('') pricing_client = boto3.client('pricing', region_name='us-east-1') region = 'us-east-1' response = pricing_client.get_products( ServiceCode='AmazonBedrock',...

Thank you for the reply. I have reached out to the Pricing Service Team in regards. An update will be given as soon as the team has given any updates....

Hello @akhilnooney, thank you for reaching out. I have replicated and have gotten the same issue. The output appears to be incomplete. I have reached out to the Pricing Service...

The Bedrock team has mentioned that it is not intended to make these prices available via the API. They are only meant for accounts that have been added to an...

Hello @Nathan-Kr, thanks for reaching out and the information provided. I was able to repro the issue and got the same error: `b'{"message":"The model returned the following errors: system.0.cache_control: Extra...

Hello @riv-jkambites, thanks for reaching out. I have reached out to the S3 Service Team in regards to their documentation for clarifying information in regards. An update will be given...

Hello @Davidhervil, thanks for reaching out. We the CLI team are aware and we are making a new image because we will still support amazonlinux:2 until its end of life....

Please see: Announcement: Changes to AWS CLI Docker image [AWS CLI v2 only] https://github.com/aws/aws-cli/issues/9586

Hello @dkelley-asu, I tried `aws ssm start-session --target i-[ec2_instance)id] --debug` **without** a SessionManagerPlugin and I got the following error: `SessionManagerPlugin is not found. Please refer to SessionManager Documentation here: http://docs.aws.amazon.com/console/systems-manager/session-manager-plugin-not-found`....

Hello @guangyitan, thanks for reaching out. Can you provide the full debug logs by adding `--debug` for using OIDC and for using IAM? Please redact any sensitive and security information....