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...
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...
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...
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:...
When calling AmazonS3Client.CompleteMultipartUpload() method like this:
```
var cmp = new CompleteMultipartUploadRequest
{
BucketName = _s3settings.BucketName,
Key =...
**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...
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...
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...
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...
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...
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...
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...