Deploy applications to AWS
After you've developed your cloud-native .NET Core application or service on a development machine, you'll want to deploy it to AWS. You can do this by using the AWS Management Console or certain services like AWS CloudFormation or AWS Cloud Development Kit (AWS CDK). You can also use AWS tools that have been created for the purpose of deployment. By using these tools, you can do the following.
Deploy from the .NET CLI
You can use the following AWS tools for .NET CLI to deploy your applications to AWS:
-
AWS Deploy Tool for .NET CLI
- Supports deployments to AWS App Runner , Amazon Elastic Container Service (Amazon ECS) , and AWS Elastic Beanstalk . -
AWS Lambda Tools for .NET CLI
- Supports deployments of AWS Lambda projects.
Deploy from the IDE toolkits
You can use AWS toolkits to deploy your applications directly from the IDE of your choice:
-
Note
The "Publish to AWS" feature in the toolkit exposes the same functionality as the AWS Deploy Tool for .NET CLI. To learn more, go to Publish to AWS in the AWS Toolkit for Visual Studio User Guide.
-
See Work with AWS Serverless Applications and Work with AWS App Runner.
-
See Working with serverless applications and Using AWS App Runner.
Use cases
The following sections contain use case scenarios for certain types of applications, including information about how you would use the .NET CLI to deploy those applications.