Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WS eb init missing equal-sign error

I ran and configure the key and the rest with aws configure

But when I run eb init I got the error

ERROR: 'init/20160618/us-west-2/elasticbeanstalk/aws4_request' not a valid key=value pair (missing equal-sign) in Authorization header: 'AWS4-HMAC-SHA256 Credential=eb init/20160618/us-west-2/elasticbeanstalk/aws4_request, SignedHeaders=host;x-amz-date, Signature=95e3...56e4'.

Awsebcli and Python should be set up correctly with version EB CLI 3.7.6 (Python 2.7.1). Can someone help me figure out why?

like image 710
Saharat Rodjanamongkol Avatar asked Mar 11 '23 23:03

Saharat Rodjanamongkol


1 Answers

You have to remove or edit the file config on the occult directory named .aws, this directory usually is in C:/User/{Your user}/.aws or unix /User/{Your user}/.aws

like image 187
João Jardim Avatar answered Mar 14 '23 12:03

João Jardim