Add members to your team and give them access to your cluster
aws configure
and enter your ACCESS_KEY_ID
, SECRET_ACCESS_KEY
, SESSION_TOKEN
(only for Identity Center User) and REGION
values as you are prompted. You can also directly modify your ~/.aws/credentials
file. Read more about configuring your AWS CLI here https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
tensorkube get-principal-arn
. This will output the principal ARN that the cluster owner must use to give access
tensorkube sync
command to sync your local machine to use the cluster.