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.

Below is my code. I've never had to work with AWS before, so i spent a few days studying and also had a chat with an AWS expert, to get onto the correct path. Context: - Our .Net API runs on a docker...
0
answers
0
votes
137
views
Rachael
asked 3 months ago
I've been trying to analize a document. I have tried with S3 buckets as with Base64 image upload with no luck at all. The image is uploaded via a web browser, it is commented the section where it...
0
answers
0
votes
210
views
fbritop
asked 3 months ago
Hello, I have an application that is requiring .NET 3.5 enabled in our Amazon Workspace Image/Bundle. In attempting to enable/install it via the "standard" method of selecting it in Server Manager/Add...
2
answers
0
votes
303
views
Azteca
asked 3 months ago
I'm trying to download files using multi-parts download but when I combine the parts I get a different sha256 checksum. Original file uploaded as a single part: * File Name: TEST_30_5MB * Byte Size:...
2
answers
0
votes
493
views
Jerry
asked 3 months ago
When calling AmazonS3Client.CompleteMultipartUpload() method like this: ``` var cmp = new CompleteMultipartUploadRequest { BucketName = _s3settings.BucketName, Key =...
2
answers
0
votes
511
views
Jerry
asked 3 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
211
views
profile picture
asked 3 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
563
views
Jerry
asked 3 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
604
views
Jerry
asked 3 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
163
views
asked 3 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
742
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
289
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
449
views
PaulB
asked 4 months ago