1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 | $ cat ~/.local/share/juju/credentials.yaml
aws:
default-credential: menno
default-region: us-west-2
menno:
auth-type: access-key
access-key: XXXX
secret-key: ZZZZ
$ cat ~/aws-config.yaml
default-series: trusty
logging-config: "<root>=DEBUG"
enable-os-refresh-update: true
enable-os-upgrade: true
$ juju bootstrap menn0 aws --config ~/aws-config.yaml
ERROR detecting credentials for "aws" cloud provider: credentials not found: AWS_SECRET_ACCESS_KEY not found in environment
|