https://github.com/kjenney/conflicting_private_zones
https://github.com/kjenney/conflicting_private_zones
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjenney/conflicting_private_zones
- Owner: kjenney
- Created: 2023-09-24T21:09:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T21:14:11.000Z (over 1 year ago)
- Last Synced: 2025-01-07T20:12:47.372Z (5 months ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conflicting_private_zones
Provision private AWS Route53 zones with a root and overlapping subdomain attached to a VPC with a 10.0.0.0/16 CIDR with records assigned to a private IP of an EC2 Instance:
```
zone = example.com
record = test.example.com
target = ec2_instance_private_ipzone = another.example.com
record = test.another.example.com
target = ec2_instance_private_ip
```## Test
Connect to EC2 instance in AWS Management Console using Session Manager.
Run `nslookup test.example.com.