AWS Console Sample

This is a sample that demonstrates how to make basic requests to multiple services using the AWS SDK for .NET.

Prerequisites

Running the Sample

The basic steps for running the AWS Console sample are:

  1. Open the AWS_ConsoleSample.sln file in Visual Studio.
  2. Open the App.config file.
  3. 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>"/>
  4. Save the file.
  5. Run the sample in Debug mode by typing F5.