AWS : The config profile (MyName) could not be found

后端 未结 10 512
醉话见心
醉话见心 2021-02-01 11:52

Every time I want to config something with AWS I get the following error :

\"The config profile (myname) could not be found\"

like : aws confi

10条回答
  •  不思量自难忘°
    2021-02-01 12:10

    I think there is something missing from the AWS documentation in http://docs.aws.amazon.com/lambda/latest/dg/setup-awscli.html, it did not mention that you should edit the file ~/.aws/config to add your username profile. There are two ways to do this:

    1. edit ~/.aws/config or

    2. aws configure --profile "your username"

提交回复
热议问题