A
A
Alexey Smirnov2017-02-17 23:13:09
Amazon Web Services
Alexey Smirnov, 2017-02-17 23:13:09

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

2 answer(s)
R
Roman Mirilaczvili, 2017-02-18
@ERAFY

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...

S
Stas911, 2019-03-13
@Stas911

AWS Elastic Beanstalk

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question