aws configure import --csv doesn't work #8129
-
| I'm trying to authenticate via aws cli (https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/import.html) on the instance, I'm using credentials located at csv file (I added to csv file the next values: 
 So actual command is: 
 I get such output: 
 After I want to see running clusters at the aws account I'm logged in, so I run the next command: 
 but I get such output: 
 so it looks like I'm not authenticated. @bisdavid , @jamesls , @awstools , @garnaat , @JordonPhillips , @nateprewitt , @AWS-SF - maybe somebody faced such case, pls help. | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| HI @VladyslavZagorodnyi, thanks for reaching out.  After importing your credentials, could you run  | 
Beta Was this translation helpful? Give feedback.

Try clearing your credentials file of any existing profiles, and clearing any existing environment variables. If that doesn't work, generate a new set of credentials and try again.
@github-actions proposed answer