1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

modify route53 documentation with the aws credentials configuration (#115)

This commit is contained in:
Mathieu Herbert
2017-05-05 14:48:02 +02:00
committed by Tom Limoncelli
parent 95705e7f2d
commit d98c57c85f

View File

@ -7,7 +7,13 @@ jsId: ROUTE53
## Configuration
In your providers config json file you must provide an aws access key:
By default, you can configure aws setting like the [go sdk configuration](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html). For example you can use environment variables:
```
$ export AWS_ACCESS_KEY_ID=XXXXXXXXX
$ export AWS_SECRET_ACCESS_KEY=YYYYYYYYY
```
It is also possible to specify an aws access key in the providers config json file:
{% highlight json %}
{
@ -37,7 +43,7 @@ D("example.tld", REG_NAMECOM, DnsProvider(R53),
## Activation
DNSControl depends on a standard [aws access key](https://aws.amazon.com/developers/access-keys/) with permission to create and update hosted zones.
DNSControl depends on a standard [aws access key](https://aws.amazon.com/developers/access-keys/) with permission to list, create and update hosted zones.
## New domains