exasol / sagemaker-extension

An Exasol extension to interact with AWS SageMaker from inside the database
MIT License
3 stars 1 forks source link

Fix CI setup #85

Closed tkilias closed 9 months ago

tkilias commented 1 year ago

aws iam create-policy --policy-name "sagemaker-s3-access" --policy-document '{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:" ], "Resource": "" }, { "Effect": "Allow", "Action": [ "iam:CreatePolicy", "iam:CreateRole", "iam:AttachRolePolicy", "iam:DeleteRole", "iam:DeletePolicy", "iam:DetachRolePolicy" ], "Resource": "*" } ] }'

aws iam attach-role-policy --role-name sagemaker-role --policy-arn arn:aws:iam::166283903643:policy/sagemaker-s3-access aws iam attach-role-policy --role-name sagemaker-role --policy-arn arn:aws:iam::aws:policy/AmazonSageMakerFullAccess

tkilias commented 1 year ago

Time needed for analysis of the issue: 3d