Comment on page
AWS Setup
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.[my-aws-profile]
aws_access_key_id = your_aws_access_key_id
aws_secret_access_key = your_aws_secret_access_key
Secondly, the above
access key
IAM user needs to have the permissions to create all the aws resources.pip install spotml --upgrade
Last modified 2yr ago