Spot ML
Search…
Spot ML
What is SpotML?
Getting started(5 mins)
Typical workflow
SpotML Commands
Spotml Config file
AWS Setup
Examples
Powered By
GitBook
AWS Setup
Step 0: Setup AWS credentials (one time)
SpotML uses your AWS credentials to manage the runs for you. You can verify that you have the credentials setup if you see the contents of
~/.aws/credentials
to be something like below.
1
[my-aws-profile]
2
aws_access_key_id = your_aws_access_key_id
3
aws_secret_access_key = your_aws_secret_access_key
Copied!
Secondly, the above
access key
IAM user needs to have the permissions to create all the aws resources.
If you are new to AWS, configure your aws cli by going through this
setup guide
.
Step 1: Install spotml cli (one time)
1
pip install spotml --upgrade
Copied!
Previous
Spotml Config file
Next
Examples
Last modified
5mo ago
Copy link
Contents
Step 0: Setup AWS credentials (one time)
Step 1: Install spotml cli (one time)