Skip to main content
Version: 4

Connecting to EKS cluster

After you have installed the AWS CLI on your client machine, follow the steps given below to connect to the EKS cluster before you can start deploying the application.

  1. Run the following in Command Prompt (CMD) or PowerShell to Configure AWS CLI. 

  2. Enter the following EKS keys when prompted.

    • SSO session name
    • SSO start URL
    • SSO region
    • SSO registration scopes [sso:account:access]
    • Attempting to automatically open the SSO authorization page in your default browser – Allow access
    • Default client Region
    • CLI default output format (json if not specified)
    • Profile name
  3. Run the following command to configures kubectl to communicate with your EKS cluster.

  4. Run the following command to test if kubectl is communicating with your EKS cluster.