ASP.NET Core apps - Amazon SDK for .NET
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ASP.NET Core apps

The Amazon Deploy Tool for the .NET CLI helps you deploy your ASP.NET applications and guides you through a deployment process. It's an interactive tooling for the .NET CLI that helps deploy .NET applications with minimum Amazon knowledge.

The Deploy Tool has the following capabilities:

  • Compute recommendations for your application - Get the compute recommendations and learn which Amazon compute is best suited for your application.

  • Dockerfile generation - The tool generates a Dockerfile if needed, or uses an existing Dockerfile.

  • Auto packaging and deployment – The tool builds the deployment artifacts, provisions the infrastructure by using a generated Amazon CDK deployment project, and deploys your application to the chosen Amazon compute.

  • Repeatable and shareable deployments – You can generate and modify Amazon CDK deployment projects to fit your specific use case. You can also version control your projects and share them with your team for repeatable deployments.

  • Help with learning Amazon CDK for .NET - The tool helps you gradually learn the underlying Amazon tools that it is built on, such as the Amazon CDK.

The Amazon Deploy Tool supports deploying ASP.NET Core applications to the following Amazon services:

  • Amazon ECS Service using Amazon Fargate - Supports deployments of web applications to Amazon Elastic Container Service (Amazon ECS) with compute power managed by an Amazon Fargate serverless compute engine.

  • Amazon App Runner - Supports deployments to a fully managed service that makes it easy for developers to deploy containerized web applications and APIs at scale. No prior infrastructure experience is required.

  • Amazon Elastic Beanstalk - Supports deployments to a service that makes it easy for developers to deploy web applications and APIs to a fully managed environment at scale. No prior infrastructure experience is required.

To learn more, see the tool overview. To get started from there, navigate to Documentation, Getting started, and choose How to install for installation instructions.