Questions tagged with .NET on AWS
Build, deploy, and develop .NET applications on AWS
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
467 results
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
254
views
asked 2 years ago
I am trying to deploy a .NET Framework 4.8 application on AWS ECS Fargate using the Windows Server 2022 Core OS. The container image builds and uploads successfully to Amazon ECR; however, the ECS tas...
2
answers
0
votes
943
views
asked 2 years ago
Hi, I'm learning AWS services and I want to integrate Rekognition Faceliveness. I know about the process so I created an api (.net) to create a sessionId and query the results.
But, I was reading the ...
1
answers
0
votes
651
views
asked 2 years ago
I wanted to create a simple aws amplify application which just lists all the buckets in the AWS account along with the list of files present in each.
I want to automate creating this application acro...
1
answers
0
votes
167
views
asked 2 years ago
Can anybody help me and point out a sample or article or provide instructions that how can I write Amazon bedrock agent Lambda in C#/.Net?
2
answers
1
votes
1.1K
views
asked 2 years ago
Im trying to understand why the Amazon Linux 2 with .Net 6 AMI has not been updated to use different Microsoft repositories. The [Microsoft docs](https://learn.microsoft.com/en-us/dotnet/core/install/...
1
answers
0
votes
290
views
asked 2 years ago
As the title suggests, we are experiencing issues loading assets in S3 buckets in us-east-2. Is anyone else experiencing the same?
2
answers
0
votes
293
views
asked 2 years ago
If I have this class:
```
[DynamoDBTable("users")]
public sealed class User
{
[DynamoDBHashKey]
[DyanmoDBProperty("login_name")]
public string Identifier { get; set; }
[DynamoDBGloba...
2
answers
1
votes
565
views
asked 2 years ago
As the title suggests i'm using Autodesk API (C#) to upload objects in AWS buckets.
For some reason sometimes i obtain the following Exception:
```
System.AggregateException: One or more errors occ...
1
answers
0
votes
235
views
asked 2 years ago
We are trying to deploy a .NET 8 Lambda with AOT support. The Lambda was developed as AWS Serverless Application (AWS .NET Core Web API) . The dotnet command is
dotnet publish ******.csproj -c Relea...
1
answers
1
votes
691
views
asked 2 years ago
I have an ASP.NET Core Web API running on AWS APP Runner. It works perfectly on the local machine but on the app runner we get bad gateway error for post requests that contains files(file upload requ...
0
answers
0
votes
120
views
asked 2 years ago
I am using AWS S3 as a block storage device to store mty documents.
We were using AccessKey and SecretKey combination from configuration files to connect to S3 and retrieve a document. So far so good....
2
answers
0
votes
213
views
asked 2 years ago