You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +37,12 @@ Before deploying the POSIT-SCE on AWS EKS, ensure you have the following prerequ
44
37
npm install
45
38
```
46
39
47
-
Be sure to authenticate the AWS CLI, please see [this link](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) for guidance.
40
+
Be sure to authenticate the AWS CLI, please see [this link](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) for guidance. Make sure to note down the (or one of) the IAM Role ARN's the CLI has assumed or that the IAM user has been assigned.
41
+
This role is required in the setup to provide administrative rights to the current session for configuration of the Kubernetes cluster.
42
+
You can find out which user or role is assumed via the following command:
0 commit comments