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.

434 results
Hi! We have some .net6 code that we run on both Lambda and Fargate (we can configure which container we use for each of our workloads based on criteria linked to how long it usually takes) So, the...
1
answers
0
votes
628
views
asked 5 months ago
Hi There, I have been using AWS Lambda Project with ASP.NET Web API and deploying the same in AWS Lambda but now I want to integrate the .NET Aspire which is a cloud ready stack and gives many...
1
answers
0
votes
555
views
Atif
asked 5 months ago
Hi, I have an EC2 instance which is running some REST endpoints written in C#/.net 6. In order of importance, I'd like to figure out how to: 1) Respond to https properly 2) Ideally redirect http...
1
answers
0
votes
213
views
asked 5 months ago
I am building a web application with React + .NET Web API + SQL Server. I want to host them on AWS but i' am confused about how to do it. From my research I have these options: * EC2 machine where I...
2
answers
0
votes
559
views
Daniel
asked 5 months ago
In the Console, Create Parameter Group, I am creating an new Parameter group Using Engine Type: Microsoft SQL Server Standard Edition for Custom RDS, and Parameter Group Family:...
1
answers
0
votes
393
views
asked 5 months ago
Hi Everyone, I have a .net console application packaged into a docker image and I am running it on a lambda. I am getting this error after all the funtionality was executed. (Program.Main()...
1
answers
0
votes
440
views
Indu
asked 5 months ago
I am developing a lambda function in C# that is called from an api with authorization. I need to get the calling user's email, I have the following code:- //get user email ...
3
answers
0
votes
553
views
MartinU
asked 5 months ago
We have a project that uses yaml templates to create a changeset and execute the changeset to deploy a frontend stack to two different AWS accounts. We're trying to create a codepipeline that builds...
2
answers
0
votes
440
views
asked 5 months ago
var request = new RunTaskRequest { Cluster = "zzzz", LaunchType = LaunchType.FARGATE, TaskDefinition = "zzzz", Count = 1, // Number of tasks to run } I have created a task with...
1
answers
0
votes
466
views
Indu
asked 5 months ago
Hi, I'm trying to build against the .NET Bedrock SDK, and trying the code at https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/csharp_bedrock-runtime_code_examples.html for anthropic 3...
3
answers
0
votes
406
views
John C
asked 6 months ago
my task use case is 1. Create sqs queue to process excels uploads + dlq 2. Create producer and consumer lambda functions 3. Add s3 upload event trigger to producer lambda 4. Add sqs worker lambda to...
1
answers
0
votes
817
views
asked 6 months ago
Our elastic beanstalk environments running Windows Server are unable to have their app servers restarted since the managed update: Platform update from 64bit Windows Server 2016 running IIS 10.0...
1
answers
1
votes
443
views
CraigL
asked 6 months ago