Skip to content

Commit

Permalink
add documentation for dhcp
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Mar 18, 2021
1 parent ab2abe1 commit 3f0b886
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,15 @@ dns_format: ${EnvironmentName}.${DnsDomain}
dns_format: ${DnsDomain}
```

### DHCP

by default a dhcp option group is created using the provided dns name and the amazon provided dns name servers.
this can be disabled by setting the following config to remove the `DHCPOptions` and `VPCDHCPOptionsAssociation` resources from the template.

```yaml
enable_dhcp: false
```

### NAT

NATs can be toggled between NAT Instances (EC2) and AWS managed NAT Gateways.
Expand Down

0 comments on commit 3f0b886

Please sign in to comment.