AWS Console Sample
This is a sample that demonstrates how to make basic requests to multiple services using the AWS SDK for .NET.
Prerequisites
- You must have a valid Amazon Web Services developer account.
- Requires the AWS SDK for .NET. For more information on the AWS SDK for .NET, see http://aws.amazon.com/sdkfornet.
- You must be signed up for the following services:
Running the Sample
The basic steps for running the AWS Console sample are:
- Open the
AWS_ConsoleSample.sln file in Visual Studio.
- Open the
App.config file.
- Enter your Access Key ID and Secret Access Key:
<add key="AWSAccessKey" value="<Your Access Key ID>"/>
<add key="AWSSecretKey" value="<Your Secret Access Key>"/>
- Save the file.
- Run the sample in Debug mode by typing F5.