aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
97 stars 55 forks source link

Fix AmazonS3FullAccess Missing IAM Policy issue #31

Closed PatrickXYS closed 4 years ago

PatrickXYS commented 4 years ago

Issue #, if available: If we don't attach S3FullAccess IAM Policy, we'll encountered the issue below:

For 02_02_fairing_job_backend.ipynb notebook: image

For 05_04_Pipeline_SageMaker.ipynb notebook: image

Description of changes: Mention in the description that we need to attach AmazonS3FullAccess policy. I tested locally and it works after I attached AmazonS3FullAccess policy.

Overall, it's found when I tested eks-kubeflow-workshop with kubeflow 1.0.1.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Jeffwan commented 4 years ago

em.. I remember we have S3 role attached somewhere else. We actually don't have these issues in the workshop. Let me double check.

PatrickXYS commented 4 years ago

No problem, perhaps I missed somewhere and didn't get S3 role attached.