Skip to content

Commit

Permalink
Remove metadata service config, too many aws-cli bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Oct 14, 2015
1 parent 8e47de2 commit b4204b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ func writeTempConfig(profile string, conf profiles) (*os.File, error) {
return nil, err
}

// allow some time for keychain prompt
newConfig := map[string]string{
"metadata_service_timeout": "15",
"metadata_service_num_attempts": "2",
}
newConfig := map[string]string{}

for k, v := range conf[profile] {
if k != "source_profile" && k != "role_arn" {
Expand Down

0 comments on commit b4204b8

Please sign in to comment.