

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
Not enough gems
Cost: 6 gems
1: Route 53 Hosted Zones
incomplete
2: A Records
incomplete
3: DNS TTL and Caching
incomplete
4: Verifying DNS
incomplete
5: CNAME Records
incomplete
6: Cleanup
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
We have a www.patientping.internal domain name, but it's only accessible within our VPC.
In other words, this command won't produce a meaningful IP address locally:
dig www.patientping.internal +short
but if you run that command from the patientping-web-v2 EC2 instance (that's inside the VPC), you should be able to resolve the domain name!
ssh patientping
dig www.patientping.internal +short
# 10.0.10.50
Verify that www.patientping.internal resolves from inside patientping-web-v2 over SSH.
ssh patientping
sudo dnf install bind-utils
dig www.patientping.internal +short
exit
Run and submit the CLI tests from your own machine.