All Questions
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Hi AWS Team,
I’m encountering an issue with AWS Systems Manager (SSM) patching tasks where I’m running patching operations on 2 linux instances (OS: amazon linux 2022, amazon linux 2), but only one...
Our app can download pdf file to the mobile device, where can i get the download file ? i can open the pdf file with my local test devices, but it seems that the device farm devices do not have pdf...
Hello AWS Community,
I have a client who operates a website on an EC2 instance with 64 GB of RAM, which can handle peak traffic from 7 PM to 12 AM. During off-peak hours, the website can function...
Hello,
I am developing an API using AWS SAM and OpenAPI 3.0.0, and one of the endpoints will integrate with a Step Function. I have configured the integration using Application Composer in...
I'm experimenting with AWS Services to build my project, a backend Java using Docker for containers and Maven for dependencies, and Angular 16 for my front end, right now I have a VPC with 6 subnets,...
I am using Bedrock, Claude 3.5 Sonnet in Tokyo region.
I sometimes encounter the following error:
```
[ERROR] ValidationException: An error occurred (ValidationException) when calling the InvokeModel...
Hi everyone,
I have two publicly accessible EC2 instances: let's call them Instance A and Instance B. Instance A very frequently sends requests to instance B. And Instance B is sitting behind a Load...
I am working with the kinesis video stream examples and doing some face recognition process, first I run a stream processor that searches for persons on the video if there are faces I run a face...
I am trying to send email with attachment using cli. Any advise how to fix this. it worked when I was using smaller sample file
aws sesv2 send-email \
--from-email-address $FROM \
...
I have a public ECR and a couple of Docker images there. I am trying to run “docker pull” without being authenticated (no ~/.docker/config.json exists) but I am asked to login prior to pull.
How can...
I created an IAM policy to allow starting an SSM session to an EC2 instance. Initially, I specified **arn:aws:ssm::<my-account-id>
/AWS-StartPortForwardingSession,** but it didn't work. I suspect this...
I am using AWS Api Gateway and i would like to write some tests. Specifically i have an endpoint where i do some request mapping to generate the integration url and add additional query params and...