User guide

Note
Although using the appSettings element is still supported, we recommend that you move
to using the aws element instead, for example:
<configuration>
<configSections>
<section name="aws" type="Amazon.AWSSection, AWSSDK"/>
</configSections>
<aws region="us-west-2" profileName="development"/>
</configuration>
For more information on use of the aws element, see Configuration Files Reference for
AWS SDK for .NET (p. 18).
5. Click F5 to compile and run the application, which prints the number of EC2 instances, Amazon
SimpleDB tables, and Amazon S3 buckets in your account.
For more information about configuring an AWS application, see Configuring Your AWS SDK for .NET
Application (p. 8).
Version v2.0.0
7
AWS SDK for .NET Developer Guide
Start a New Project