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.
I have followed the same steps but it doesn't work
https://docs.aws.amazon.com/cloudhsm/latest/userguide/ssl-offload-enable-traffic-and-verify-certificate.html
Our EC2 Public address...
can we change expiration date of AWSALB and AWSALBCORS cookies to make it non-persistent cookies?
We are getting fortifying issues for our application due to default cookies has expire date in...
I have followed the same steps but it doesn't work
https://docs.aws.amazon.com/cloudhsm/latest/userguide/ssl-offload-enable-traffic-and-verify-certificate.html
Our EC2 Public address...
Here is the CICD pipeline and the IIS server is not getting start and stop. Can someone help me with this ?
name: Publish and Deploy to IIS
on:
push:
branches:
- master
jobs:
deploy:
...
I have huge files uploaded on s3 and i want to fetch the file on the basis of the search input value and share the object url once the file is found. how we can setup and execute this process ?
I am trying to ensure that file downloaded from s3 matches etag.
When uploading file, I am using TransferUtility with specified PageSize (16 * 1024* 1024).
Once downloaded, I am calculating MD5 for...
I have created a ASP.NET Core app with Angular just like the template from Microsoft. The solutions has web API on .NET6 and the Angular 16.
I configured app runner build my code using donet6 and...
I use EBS direct APIs to access the contents of an EBS snapshot, when I called the .NET API AmazonEBSClient.GetSnapshotBlockAsync to get the data in block, the response was very slow, almost 5 minutes...
My ALB points to my API in Fargate. Running my API locally it responds correctly.
All other end-points and http verbs appear to be working fine.
I don't see any settings anywhere that can impact...
From what I've read this is because my Lambda is attached to my VPC for RDS access.
I've followed several tutorials now and it's still timing out.
- How are you supposed to troubleshoot these...
I'm using the latest 5.1.2 version of the GameLift server SDK for C# and observing a buggy behavior in the SDK: Upon having a client connect, my server receives the player session ID from the client,...
I was doing a Lab which required me to do a publish to AWS from VS code under the Solution Explorer tab. Unfortunately the "publish to AWS" is not displaying when i right click as the lab indicates. ...