Hi,

We can connect to AWS EKS using a configuration file located in $HOME/.aws folder and nammed config.

In this file "$HOME/.aws/config", we can define a profile and use it to connect to AWS EKS.

Can you implement this possibility please ? (Use the parameter profile_name during a EKS connexion session).

Thanks

Comments