Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to install AWS SDK for my eclipse IDE. But when I install and restart it is giving me this pop-up with bunch of errors.

Internal Error when running initial setup wizard Internal Error when scanning legacy AWS account configuration Internal Error when starting the AWS toolkit plugin

And also on closing this, if I go to a particular AWS related tab from Preferences it gives me error.

Currently displayed page contains invalid values.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
169 views
Welcome To Ask or Share your Answers For Others

1 Answer

http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html

Go to section "Configuration and Credential Files"

  • Find or create this file: "credentials".
  • This file contains empty properties:

[default]
aws_access_key_id=
aws_secret_access_key=

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...