User guide
Table Of Contents
- AWS SDK for .NET
- Table of Contents
- AWS SDK for .NET Developer Guide
- Getting Started with the AWS SDK for .NET
- Programming with the AWS SDK for .NET
- AWS SDK for .NET Tutorials and Examples
- Managing ASP.NET Session State with Amazon DynamoDB
- Tutorial: Creating Amazon EC2 Instances with the AWS SDK for .NET
- Tutorial: Grant Access Using an IAM Role and the AWS SDK for .NET
- Tutorial: Amazon EC2 Spot Instances
- Creating and Using an Amazon SQS Queue with the AWS SDK for .NET
- Creating an Amazon Route 53 Hosted Zone and Adding Resource Record Sets
- Additional Resources
- Document History

Getting Started with the AWS SDK
for .NET
To get started with the AWS SDK for .NET, complete the following tasks:
Tasks
• Create an AWS Account and Credentials (p. 3)
• Install the .NET Development Environment (p. 4)
• Install the AWS SDK for .NET (p. 4)
• Start a New Project (p. 5)
Create an AWS Account and Credentials
To access AWS, you need an AWS account.
To sign up for an AWS account
1. Go to http://aws.amazon.com, and then click Sign Up.
2. Follow the on-screen instructions.
Part of the sign-up procedure involves receiving a phone call and entering a PIN using the phone
keypad.
AWS sends you a confirmation email after the sign-up process is complete. At any time, you can view
your current account activity and manage your account by going to http://aws.amazon.com and clicking
My Account/Console.
To use the SDK for .NET, you must have a set of valid AWS credentials, which consist of an access key
and a secret key. These keys are used to sign programmatic web service requests and enable AWS to
verify that the request comes from an authorized source.You can obtain a set of account credentials
when you create your account. However, we recommend that you do not use these credentials with SDK
for .NET. Instead, create one or more IAM users, and use those credentials. For applications that run on
EC2 instances, you can use IAM roles to provide temporary credentials.
Version v2.0.0
3
AWS SDK for .NET Developer Guide
Create an AWS Account and Credentials