Granting Remote Access to ML Workspaces on EKS
This topic shows you how to allow specific users remote access to the underlying EKS cluster that powers an ML workspace.
Required Role: MLAdmin
As part of this process, you will be required to enter the user's
Amazon Resource Name (ARN). Make sure you have access to this information
before you begin. Either get the ARN from the user OR look up a user's ARN
in your AWS account. For the latter, go to your organisation's
and lookup
the user. The ARN is available on their Summary page. If you are using
the AWS CLI, you can run the following command to get the
ARN:
aws sts get-caller-identity
#Sample output
{
"UserId": "ABCDE12345FGHIJKLMNO6789",
"Account": "888888888888",
"Arn": "arn:aws:iam::888888888888:user/<username>"
}
aws-iam-authenticator
installed.