Answer the question
In order to leave comments, you need to log in
What is the easiest way to host a C#.NET program on an AWS server?
Hello.
I have a C#.NET program (console application) that works well on my Windows 10 computer. The program was written using Visual Studio 2015 (latest update).
I need to host this program on an AWS server. It is also important that the program be automatically launched for execution every day, for example, at 11:00.
What is the easiest way to host such a program on an AWS server?
PS I became aware of such AWS services as: EC2, S3, AWS Lambda, AWS Elastic Beanstalk.
It also became known about ASP.NET, .NET Core.
As a newbie, I'm confused by this variety.
PPS Also in Visual Studio I installed AWS Explorer.
Answer the question
In order to leave comments, you need to log in
Adapt your program to the .Net Core stack and then you can use AWS Lambda. This is such a service for short-lived programs.
Pricing + https://aws.amazon.com/en/cloudwatch/pricing/
Scheduled Tasks in AWS: Introducing “Events”
Lambda as Cron: Scheduling Invocations in AWS Lambda
Tutorial: Schedule Lambda Functions Using CloudWat...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question