New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
Questions tagged with .NET on AWS
Build, deploy, and develop .NET applications on AWS
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
445 results
I need to create a summarization letter based on quite a bit of information. It worked brilliantly with Bedrock prompt using the new Nova FM, however in beta testing environment we have documents with...
Currently trying to ingest some data from the aws braket api via the sdk. I'm getting some weird errors relating to the request body in all of my methods
I'm trying to get all of my braket devices th...
The AWS [documentation page](https://docs.aws.amazon.com/codebuild/latest/userguide/ec2-compute-images.html) listing the base images available in CodeBuild EC2 compute images includes aws/codebuild/wi...
Hello,
We are using the SES SDK (.Net) to send emails (AmazonSimpleEmailServiceClient.SendEmailAsync). When we supply a Friendly-From email as the source, however, it doesn't seem to work for all emai...
Hi,
Our system we store few thousands keys in the Parameter store. When we want to read all of them, to make a backup for example, it takes forever to read by 10.
Usually we make 130-180 API calls.
I...
I am trying to connect to my EC2 instance using EC2 Instance Connect, but I keep receiving the following error message:
Failed to connect to your instance
EC2 Instance Connect is unable to connect to ...
I am seeing intermittent connection timeout errors when using the AmazonResourceExplorer2Client's Search API via the .net SDK. This search works more often than not, when it does it finishes in a few...
Hello ,
I am trying to connect to a RDS Proxy form a .NET 8 Lambda using IAM Authentication and I am getting the following error
Authentication Error :Authentication to host '<proxy endpoint>' for ...
I have a table of documents and i am trying to query them and get any documents that contain a nested object (NestedObjPropA in this example) that matches a specific string. Im really struggling to do...
I require the ability to pull, create and delete access keys for a specific user in C#.
I have found
https://docs.aws.amazon.com/cli/latest/reference/iam/list-access-keys.html
https://docs.aws.am...
I have simple request C# for SearchIndexAsync aws SDK. First time receive response with 'nextToken' field for request other page. I use nextToken value, but receive 'Invalid nextToken'
I perform same...
I need a way to pull all accounts that my user has access to.
Looking at
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Organizations/MOrganizationsListAccountsListAccountsRequest.html
It ...