-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write to AWS #13
Comments
@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:
export AWS_ACCESS_KEY_ID=<paste access key ID value here>
export AWS_SECRET_ACCESS_KEY=<paste secret access key value here>
jupyter lab |
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 😉 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? ;) |
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:
The text was updated successfully, but these errors were encountered: