.NET
Developing and deploying .NET applications is an important key in helping you achieve the scale and agility offered by cloud computing. For many legacy .NET applications, the most suitable compute choice for running applications in AWS is using virtual machines, either through AWS Elastic Beanstalk or Amazon Elastic Compute Cloud (Amazon EC2). It's also possible to run .NET applications in Windows and Linux containers.
The introduction of .NET core enables you to design modern .NET applications that take advantage of all the cloud benefits. Modern applications can use the traditional set of compute choices and also target various types of serverless environments, including AWS Fargate or AWS Lambda. .NET 6+ now offers performant hosting of workloads on ARM64 EC2 instances such as the Graviton2 EC2 families. This enables access to the latest generation of processors available on Amazon EC2. This means that your applications can be hosted on compute specialized to your workload type, such as video encoding, web servers, and high-performance computing (HPC).
This section provides recommendations for helping you adapt your .NET applications to take advantage of the benefits of the cloud with a focus on cost efficiency.