Skip to content

.NET on AWS: Wait, you can do that?

Notifications You must be signed in to change notification settings

BradKnowles/dotnet-on-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

.NET on AWS: Wait, you can do that?

Abstract

That's right, .NET is a first-class citizen on AWS, meaning you can run any .NET workload in your organization. Are you currently using AWS and need help understanding the .NET landscape? Are you comparing cloud providers and looking to understand what AWS can offer? Whether it’s an older .NET Framework 3.5 web app or the newest .NET 8 microservice, AWS has a service that can run it.

You'll see demonstrations such as:

  • .NET apps running in EC2 virtual machines
  • ElasticBeanstalk hosting an IIS website
  • Lambda functions written in C#
  • .NET container workloads in Elastic Container Service

You'll even see how to use C# to provision the necessary infrastructure! You'll leave this session ready to run your .NET code in AWS first thing on Monday.

Contact Info

Brad Knowles

Cloud Application Architect

AWS Professional Services

Blog

LinkedIn

Twitter

Bluesky

Mastodon

Resources

.NET Performance Improvments

Performance Improvements in .NET 5

Performance Improvements in .NET 6

Performance Improvements in .NET 8

General AWS

Documentation

Amazon Elastic Compute Cloud (EC2)

Documentation

Windows Amazon Machine Images (AMIs)

Linux Amazon Machine Images (AMIs)

What is Amazon Linux 2023?

AWS Elastic Beanstalk

Documentation

Web Server Environments

AWS Lambda

Documentation

Lambda Execution Environment

Best Practices

Building Lambda functions with C#

AWS Elastic Container Service (ECS)

Documentation

Best Practices

Best practices for Container Images

Tasks

Services

Amazon ECS on AWS Fargate

Copilot CLI

AWS Elastic Kubernetes Service (EKS)

Documentation

Best Practices

eksctl

Windows Containers

Documentation

AWS Cloud Development Kit (CDK)

Documentation

Concepts

Best Practices for Developing and Deploying Cloud Infrastructure with the AWS CDK

CDK C# SDK Docs