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.
435 results
There are a lot constant string in AWS such as header keys. Are those constants defined somewhere in the SDK where I can find an use them.
For example. When using the TransferUtility if I want to add...
I'm working on aws codepipeline and i want to have a manual approval rule that will determine to which environment artifacts should be deployed (dev stage or prod) what are the options? the only one...
We have a DOTNET winform application. We are connecting to RDS which is public. How can we make it secure ?
So , i will make this short. I stored my JWT secret key in AWS Secrets Manager. After that , when running my WEB Api project , i got an error telling me that my key is not encrypted. I said ok , let...
Hi, I would like to know if it is possible to access a secret that I have configured in the secret manager from outside the AWS ecosystem, let's say locally or on a server that is outside.
I have...
I'm trying to set up automated deployment of my .NET Core API application to an existing EB environment. I'm currently deploying manually via the AWS Toolkit (Publish to AWS) extension for Visual...
Hello,
I would like to know if a Windows Server 2022 in a EC2 t3.small is going to be enough to put 1 or 2 .NET 8.0 Web Applications. Or I will need more requirements to do so. I am not expecting to...
I am following along the developer documentation to integrate my Unity project with my gamelift services and can't seem to find the proper Realtime Client SDK download location.
The instructions to...
If my user is trying to upload a file I need to check if the file name already exists and if so I need to check if the file is the same as the existing file.
Id like to use SHA256 to compare the file....
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...