Adding a new Amazon S3 data provider
- Click on the "hamburger menu" icon in the top left corner
- Click on "Manage Data"
- Click on the Amazon S3 data provider card and fill in the details:
- Access Key ID: Access Key that was generated when the S3 bucket was first set up. For more information on Creating, Modifying, and Viewing Access Keys from the AWS Console follow the steps in the previous section or refer to the additional documentation link below
- Secret Access Key: Secret Access Key that was generated when the S3 bucket was first set up. For more information on Creating, Modifying, and Viewing Access Keys from the AWS Console refer to the previous section or see additional documentation links below
- Bucket: Name of your S3 bucket. The bucket name is case sensitive.
- Prefix: Path to your data if you have sub-folders in your S3 bucket. Prefix should always end with a forward slash (/). For example: If you have an S3 bucket called 'my-bucket' and had a sub-folder called 'sub-folder', the Bucket value is 'my-bucket' and the Prefix value is 'sub-folder/'.
To allow access to the top level of the bucket and any folders within it, enter a forward slash or simply leave the field blank. - Region: The Amazon region where your bucket is located. For example: us-east-1
- Click the "Connect" button to create the connection. The bucket will be scanned and all available data files which can be used to train models and create predictions will be added as datasets.
Generating an S3 Access Key and Secret Access Key
Connecting to your Amazon S3 environment requires the generation of an Access Key and Secret Access Key prior to creating a Data Provider. Generating the keys requires specific permissions in AWS. If you do not have the appropriate permissions, contact your AWS administrator to complete the following steps:
- Log in to your AWS console at https://console.aws.amazon.com/
- Under the Services tab, search for IAM
- Click on Users
- Locate and click on your username
- Click on the Security Credentials tab
- Click the Create Access Key button
- A box will pop up with your new credentials. Click on "Download .csv file" and save this file in a secure location. NOTE: If you do not save this file, the Secret access key can not be viewed again once this box is closed. You will need to generate a new Access key if you no longer have the Secret access key.