At least one registered domain
-
Create the following record for your domain:
-
Record name: foo
-
Record type: A
-
Set some IP in the value field
-
Verify from the shell that you are able to use the record you've created to lookup for the IP address by using the domain name
-
Go to Route 53 service -> Hosted zones
-
Click on your domain name
-
Click on "Create record"
-
Insert "foo" in "Record name"
-
Set "Record type" to A
-
In "Value" insert "201.7.20.22"
-
Click on "Create records"
-
In your shell, type
nslookup foo.<YOUR DOMAIN>
ordig foo.<YOUR NAME