I read all the AWS documents I can find and GoogleFoo didn’t cite anything.
In my case, we have one example.com domain, and so far we have used it only for public records. For a public zone, one zone is set. I want to create a subdomain for private records for use within our VPC group for our application (for example, specify an instance of ElastiCache).
I tried to create private.example.com as a private hosting zone, pointing to our VPC, and then created the cache.private.example.com file as an entry under it, but it will not be allowed.
I am curious if I can somehow configure the subdomain of our main domain?
example.com - Public ** app.example.com private.example.com - Private ** cache.private.example.com - VPC
OR
Can I also create a Private Hosting Zone with the same top-level domain example.com? I am nervous to try this because I do not want to influence the application.
example.com - Public ** app.example.com example.com - Private ** cache.example.com - VPC
amazon-web-services amazon-route53 dns
beefaroni
source share