Granting Remote Access to ML Workspaces

This topic shows you how to allow specific users remote access to the underlying 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 AWS Account > Identity and Access Management (IAM) > Users 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>"
}
  1. Log in to the CDP web interface.
  2. Click ML Workspaces.
  3. Click Actions to expand the dropdown menu.
  4. Click Manage Remote Access.
  5. Enter the user's ARN, or select the user's name.
  6. Click Grant Access.
    To remove access for a user, in the Actions column, click Revoke Access next to the user's name.
  7. Click Download Kubeconfig.
Send the downloaded Kubernetes config file to the user who has been granted access. To be able to connect to the EKS cluster, they will need to have aws-iam-authenticator installed.