Questions tagged with .NET 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.
Hi AWS, I am trying to deploy a windows service using CI/CD pipeline with the help of GitHub Actions. The Windows service is written in .NET Framework 4.7 with C#.
Here is the code repo:...
2
answers
0
votes
75
views
asked 3 days agolg...
Hi, I would like to ask the experts. How can I reduce the monthly cost? Maybe I can delete some active functions?
I am only using AWS for tracking my facebook pixel data, do you think I can reduce...
2
answers
0
votes
45
views
asked 4 days agolg...
Hi AWS, I am deploying a windows service using CI/CD pipeline in EC2 Windows instance. The instance size is `t2.micro` and using 2022 Base AMI. The weird part is the commands are executing...
2
answers
0
votes
91
views
asked 5 days agolg...
Hi, I am trying to upload a file in chunks to AWS but i am receiving same ETAG for different file chunks causing multipart file upload to fail. Here is my code
1.Javascript--Splitting the file into...
0
answers
0
votes
62
views
asked 6 days agolg...
I have a DynamoDb Table named "MenuItem" which has GSI named "CategoryId-CreatedDate-index" CategoryId is the Partition Key and CreatedDate is the Sort key.
I am doing the following query operation...
2
answers
0
votes
98
views
asked 9 days agolg...
Hi AWS, can you please confirm how to build CI/CD for legacy .NET applications written in 4.7
I am using Windows AMI 2022, do I need to replace it with Windows AMI 2019 as I was going through this...
1
answers
0
votes
98
views
asked 9 days agolg...
simple c# windows app is written using current AWSSDK.CORE and AWSSDK.POLLY that converts text to mp3 file. app works ok on some computer but it give error connecting AWS polly server connection...
0
answers
0
votes
90
views
asked 10 days agolg...
I created an instance with a snapshot. I had some domains pointing to the nginx server. I changed the domain IP (DNS) to point to the new instance but .netcore site not coming up.
I was able to...
2
answers
0
votes
62
views
asked 10 days agolg...
Hi AWS, I am creating windows application as service using CI/CD written in GitHub Actions which is configured on EC2 Windows machine. The issue is weird as the command is getting executed...
1
answers
1
votes
47
views
asked 10 days agolg...
Hi All,
anyone could help me as I'm pulling my hair in several days. :(
So I want to publish the class library as NuGet package to Code Artifact.
I was successfully push the nuget package from my...
1
answers
1
votes
54
views
asked 10 days agolg...
develop NET Core app working with S3. It works ok. I create S3 client using one of ways: regional endpoint only - in this case used stored on my computer profile accKey+secKey+regional endpoint - it...
2
answers
0
votes
108
views
asked 13 days agolg...
Hi AWS, I am able to host a .NET application on IIS webserver using localhost but when I am trying to access that application outside the instance it is giving me `refused to connect` error. I have...
1
answers
0
votes
93
views
asked 13 days agolg...