1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 | amazon:
type: ec2
# region specifies the EC2 region. It defaults to us-east-1.
#
# region: us-east-1
# access-key holds the EC2 access key. It defaults to the
# environment variable AWS_ACCESS_KEY_ID.
#
access-key: incredibly-secret-key
# secret-key holds the EC2 secret key. It defaults to the
# environment variable AWS_SECRET_ACCESS_KEY.
#
secret-key: even-more-secret-key
agent-metadata-url: http://<link-with>/tools
admin-secret: 'abc'
default-series: 'trusty'
|