Version 4 (V4) of the AWS SDK for .NET has been released!
To start using the new version of the SDK, see the AWS SDK for .NET (V4) Developer Guide, especially the topic for Migrating to version 4.
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 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 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.