User guide
Programming AWS Services with
the AWS SDK for .NET
The following concepts, tutorials, and examples demonstrate how to use the AWS SDK for .NET to work
with individual Amazon Web Services.
Before you begin, be sure that you have set up the AWS SDK for .NET (p. 3) and that you have reviewed
the material in the Programming with the AWS SDK for .NET (p. 8).
Topics
• AWS Resource APIs for .NET (p. 41)
• AWS CloudFormation (p. 45)
• Amazon DynamoDB (p. 46)
• Amazon Elastic Compute Cloud (Amazon EC2) (p. 68)
• Amazon Glacier (p. 87)
• AWS Identity and Access Management (IAM) (p. 91)
• Amazon Route 53 (p. 112)
• Amazon Simple Storage Service (Amazon S3) (p. 116)
• Amazon Simple Notification Service (Amazon SNS) (p. 117)
• Amazon Simple Queue Service (Amazon SQS) (p. 119)
• Additional Services (p. 126)
Programming with the AWS Resource APIs for
.NET in the AWS SDK for .NET
The AWS SDK for .NET provides the AWS Resource APIs for .NET. These resource APIs provide a
resource-level programming model that enables you to write code to work more directly with resources
that are managed by AWS services. A resource is a logical object that is exposed by an AWS service's
APIs. For example, AWS Identity and Access Management (IAM) exposes users and groups as resources
that can be programmatically accessed more directly by these resource APIs than by other means.
Version v2.0.0
41
AWS SDK for .NET Developer Guide
AWS Resource APIs for .NET