node.js - EB CLI init problems... Invalid credentials ERROR: Credential must have exactly 5 slash-delimited elements -


so trying set eb cli , continually running same error. have done extensive searching , spent several hours on , feel i'm getting no where.

select default region 1) us-east-1 : east (n. virginia) 2) us-west-1 : west (n. california) 3) us-west-2 : west (oregon) 4) eu-west-1 : eu (ireland) 5) eu-central-1 : eu (frankfurt) 6) ap-southeast-1 : asia pacific (singapore) 7) ap-southeast-2 : asia pacific (sydney) 8) ap-northeast-1 : asia pacific (tokyo) 9) sa-east-1 : south america (sao paulo)  (default 3): 2 

(note: choice here irrelevant)

error: credential must have 5 slash-delimited elements, e.g. keyid/date/region/service/term, got 'https://917201257127.signin.aws.amazon.com/console/20150708/us-west-2/elasticbeanstalk/aws4_request' 

how edit credentials? amazon says should sort of login prompt... in advance.

sam

if have aws cli installed, can run

aws configure 

otherwise, credentials stored in either ~/.aws/config or ~/.aws/credentials.

you might want at question using profiles.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -