What is the AWS SDK for .NET
The AWS SDK for .NET makes it easier to build .NET applications that tap into cost-effective, scalable, and reliable AWS services such as Amazon Simple Storage Service (Amazon S3) and Amazon Elastic Compute Cloud (Amazon EC2). The SDK simplifies the use of AWS services by providing a set of libraries that are consistent and familiar for .NET developers.
(OK, got it! I'm ready to set up and take a quick tour.)
About this version
Note
This documentation is for version 3.0 and later of the AWS SDK for .NET. It's mostly centered around .NET Core and ASP.NET Core, but also contains information about .NET Framework and ASP.NET 4.x. In addition to Windows and Visual Studio, it gives equal consideration to cross-platform development.
For information about migrating, see Migrate your project.
To find deprecated content for earlier versions of the AWS SDK for .NET, see the following item(s):
Maintenance and support for SDK major versions
For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Reference Guide:
Common use cases
The AWS SDK for .NET helps you realize several compelling use cases, including the following:
-
Manage users and roles with AWS Identity and Access Management (IAM).
-
Access Amazon Simple Storage Service (Amazon S3) to create buckets and store objects.
-
Manage Amazon Simple Notification Service (Amazon SNS) HTTP subscriptions to topics.
-
Use the S3 transfer utility to transfer files to Amazon S3 from your Xamarin applications.
-
Use Amazon Simple Queue Service (Amazon SQS) to process messages and workflows between components in a system.
-
Perform efficient Amazon S3 transfers by sending SQL statements to Amazon S3 Select.
-
Create and launch Amazon EC2 instances, and configure and request Amazon EC2 spot instances.