Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

AWS Reference Implementations

Set Up

To run the AWS reference implementations, you must first install:

Configure

You must have an account with AWS to run this reference implementation. After you have an account in hand, you should configure the AWS command line interface with an access key ID.

First, you need to create an access key if you don't have one. On the (AWS Console in your browser)[https://console.aws.amazon.com/console/home], click on the top right menu (where your username is) and then on Security Credentials. Under the Access Keys section, click on Create Access Key. Copy the Access Key ID and Secret Access Key and store it somewhere safe, like a password manager. You won't be able to see the Secret Access Key again for this Access Key.

Now, you can start configuring the AWS CLI with the command below:

aws configure

You will be asked to provide:

After AWS CLI is configured, you can proceed to either one of the guides below, depending on which kind of pipeline you want to set up:

  • If you need an online (real-time) inferencing architecture, please follow the online/README.md guide.
  • If you need an offline (batch) inferencing architecture, please follow the offline/README.md guide.