Hosting ASP NET on EC2 | .NET ON AWS | AWS ECS | Amazon

preview_player
Показать описание
Amazon EC2, or Elastic Compute Cloud, provides on-demand, scalable computing capacity in the cloud. It's essentially a virtual server in Amazon's data centers, allowing you to run applications without physical hardware.

In this video, we will dive into
• Creating a new EC2 instance
• Connecting to it and setting up .NET runtime
• Uploading a simple .NET Web API application
• Running the application on the EC2 instance

By the end of this video, you'll understand how to leverage AWS EC2 to host your .NET 8 Web API application.

This video is sponsored by AWS and is part of my AWS ECS Series.

Additional Watching

Come say hi! ✋

#dotnet #aws #ecs #ec2
Рекомендации по теме
Комментарии
Автор

Hey Rahul,

This is a great video. This was something I had been looking for a while.

Can you also share how to set up Nginx or Apache with .net on a Linux host?

Thanks once again for sharing this. :)

ruru
Автор

Sharing real life experiences.
Keep it up ♥

shahrukhkhan
Автор

Hi @RahulNath, waiting for more content on EC2! Thank you very much!!!

jonathanacevedo
Автор

So the application only runs till the terminal is open on my machine. How can I get it to run without me having to keep the terminal open at all times?

TheWantedDrummer