Questions tagged with .NET on AWS

Build, deploy, and develop .NET applications on AWS

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.

444 results
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...
2
answers
0
votes
12
views
asked 2 days ago
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...
1
answers
0
votes
31
views
asked 10 days ago
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...
1
answers
0
votes
52
views
asked 15 days ago
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 ...
2
answers
0
votes
58
views
asked 18 days ago
Hello. I just created an account on Amazon AWS to be able to send SMS to people that opt-in on my PERSONAL WEBSITE. I am no longer in the Sandbox, I am in Production now. ** I am not allowed to writ...
1
answers
0
votes
26
views
asked 19 days ago
The 'createUploadDestinationForResource' operation of the SP API keeps returning 'Unauthorized', but calling other interfaces can execute normally
1
answers
0
votes
31
views
asked 22 days ago
Here is an example: I installed the CloudFormation module with: `install-awsToolsModule -Name AWS.Tools.CloudFormation` It installed. Then, I tried to run a command: `$Stack = Get-CfnStack $StackName...
2
answers
0
votes
53
views
asked a month ago
Hello, I need to remove all objects and versions in some folders in my S3 versioned bucket. I tried with this command: aws s3 rm s3://bucket/folder --recursive But when I try this, all versions a...
2
answers
0
votes
71
views
asked a month ago
I tested with fake thing, not exist on IoT Core, *UpdateThingShadowAsync* answer 200 OK. Why not responde 404?!
2
answers
0
votes
44
views
asked a month ago
Hello, I am trying to deploy a Yaml script which has got a Policy deployment but it is failing with below error: > UsagePlanReminderLambdaPolicy [UPDATE_FAILED]: Resource handler returned message: "S...
2
answers
0
votes
66
views
asked a month ago
Hi, I have a simple console app that sends a certificate.pfx with password, enforcing SSlProtocol to TLS1.2 to an AWS ALB, the cyphers have been installed on windows server 2019. Unfortunately we keep...
Accepted Answer.NET on AWS
3
answers
0
votes
87
views
asked a month ago
We have an EC2 windows m6a.xlarge instance with storage of 200GB on which we have hosted our websites using IIS from over a year now which was working all fine until today. Suddenly we noticed that we...
1
answers
0
votes
58
views
asked 2 months ago