4

Started working on my other laptop and noticed that it has old EB credentials stored in.

How can I "reset" awsebcli. I want eb init command to ask me to specify new aws credentials but cannot figure how.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Kimmo Hintikka
  • 13,472
  • 7
  • 34
  • 63

1 Answers1

3

You need to type this command and enter your new credentials in the interactive session.

aws configure

Or you can go to this file ~/.aws/config and edit them

Piyush Patil
  • 14,512
  • 6
  • 35
  • 54