Open hugobowne opened 4 years ago
@hugobowne apologies for the mixup here! Your local notebook needs to be able to access your AWS credentials, so that Coiled can federate them to your workers.
To get those credentials:
Sign in to the AWS console: https://coiled.signin.aws.amazon.com
Go to your security credentials under your account details:
Create an access key, and copy both the Access key ID and Secret access key values somewhere for the moment
With the credentials in hand, I suggest installing the AWS CLI tool:
a. conda install -c conda-forge awscli
in your base environment should work -- it'll install an older version of the CLI but that shouldn't be a huge deal.
b. (Alternatively, use their downloadable installer: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-mac.html)
c. run aws configure
to save the credentials to a file that other libraries will read: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config
Alternatively, ensure the AWS environment variables are set before starting the notebook:
export AWS_ACCESS_KEY_ID=
Thanks, @necaris. I got to Step 3 but am now blocked. Looks like i need more permissions here:
Sometimes it feels like AWS is dead-set against making common use-cases easy for people :wink:
I've added the specific permission sets to manage your own access keys, passwords, and other credentials to your account; hopefully this is enough to unblock you!
thanks!
Sometimes it feels like AWS is dead-set against making common use-cases easy for people
sometimes? ;)
I need to be able to write to an s3 bucket.
@necaris is going to help. thanks, Rami!
you can see current error I get here: