mitchellh / goamz

Golang Amazon Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to create a Private Hosted Zone

netors opened this issue · comments

In Nov 2014, Amazon announced support for Private DNS within a VPC.

For this, there are several steps that need to happen in order to implement it on a VPC, first, you need to create a private hosted zone. This is documented at: http://docs.aws.amazon.com/Route53/latest/APIReference/API-create-hosted-zone-private.html

It is basically the same endpoint to create public zones but with different request parameters.