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
When calling AmazonS3Client.CompleteMultipartUpload() method like this: ``` var cmp = new CompleteMultipartUploadRequest { BucketName = _s3settings.BucketName, Key =...
2
answers
0
votes
542
views
Jerry
asked 4 months ago
**What is missing in my Dockerfile and buildspec.yaml to deploy a .NET application (compiled already):** ``` # Use the official .NET runtime image as a parent image FROM...
1
answers
0
votes
223
views
profile picture
asked 4 months ago
AmazonS3Client.GetObjectAsync() returns a GetObjectResponse which is disposable yet all the example I see do not dispose of it. I'm guessing the Stream it holds is a MemoryStream which don't really...
0
answers
0
votes
565
views
Jerry
asked 4 months ago
When using IAmazonS3.GetObjectAsync() the response includes HttpStatusCode and checksum. I've looked at several examples but none of them are checking the HttpStatusCode or checksum. Should I verify...
2
answers
0
votes
617
views
Jerry
asked 4 months ago
I am fairly new to AWS and have run into a problem. I am trying to publish from Visual Studio a AWS Serverless Application. The publish process asks for an S3 Bucket to upload the ZIP to, but this...
1
answers
0
votes
174
views
asked 4 months ago
Hi, Our application ( Microsoft ASP.NET + background services ) runs on a VM Windows 2012 R2. We use the AWS email notification service to send out emails from the application. The emailing service...
3
answers
0
votes
790
views
Mehmet
asked 4 months ago
Hello, I am trying to access Personalize API through .net AWSSDK.PersonalizeRuntime package. I am trying to connect with Access key and secret: AmazonPersonalizeRuntimeClient = new...
1
answers
0
votes
299
views
Drax
asked 4 months ago
I hope this message finds you well. I am trying to load balance a .NET application with multiple services hosted under the same website, which run on the same VM. I've tried achieving this with...
1
answers
0
votes
470
views
PaulB
asked 5 months ago
I'm using the Amazon Kendra BatchPutDocument method in C# (.NET Framework) to index data with a StringList facet field called "Audiences". Some records contain more than 10 items in the "Audiences"...
0
answers
0
votes
162
views
asked 5 months ago
i am trying to upload a folder in a s3 bucker my folder has sub folders and those subfolders have some files and sub folders too now what is happening is that when i try to upload the main folder it...
2
answers
0
votes
481
views
Arysoft
asked 5 months ago
I am facing the below error via ElasticBeanstalk after setting up a CI/CD pipeline: During an aborted deployment, some instances may have deployed the new application version. To ensure all instances...
2
answers
0
votes
232
views
profile picture
asked 5 months ago
Hi everyone, I've created an Lambda Auth Function in C# to for basic authentication for REST APIs. However, once deployed and configured I'm receiving this error when doing a quick test in the AWS...
Accepted AnswerAWS Lambda.NET on AWS
1
answers
0
votes
260
views
Dev-FP
asked 5 months ago