Skip to content
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

Remove hard-coded dependency on named AWS credential profiles #27

Open
acannistra opened this issue Aug 16, 2020 · 2 comments
Open

Remove hard-coded dependency on named AWS credential profiles #27

acannistra opened this issue Aug 16, 2020 · 2 comments

Comments

@acannistra
Copy link
Owner

In #25 [045be20] I am removing dependencies on credentials in dockerfile. This likely changes the tutorial contents' dependency on having a configured profile.

Because of this, some tutorials (e.g. the sagemaker tutorial) should not reference a named profile anywhere, and should rely on properly configured runtime IAM roles (e.g. for sagemaker or EC2) to provide access via the AWS credentials metadata service.

Originally posted by @acannistra in #26 (comment)

@acannistra
Copy link
Owner Author

acannistra commented Aug 16, 2020

One way around this would be to create a default profile that uses metadata service (e.g. [here])(https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-metadata.html) which users can change if they're running in an environment that doesn't have the metadata service available.

@acannistra
Copy link
Owner Author

See #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant