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 =...
**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...
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"...
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...
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...
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...