Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

AWS Console Sample

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

Prerequisites

Running the Sample

The basic steps for running the AWS Console sample are:

  1. Create a credentials file in the location ~/.aws with name "credentials".

  2. Under the default profile fill in your Access Key ID and Secret Access Key:

[default]
aws_access_key_id =
aws_secret_access_key =
  1. Save the file.

  2. Run the AwsConsoleApp.java file, located in the same directory as the properties file. The sample prints information to the standard output.

NOTE: The sample also includes an Ant build.xml file to run the sample.