6706171ca9
Mostly about VPC and Route 53.
15 lines
359 B
Markdown
15 lines
359 B
Markdown
## AWS Route 53 - Creating Records
|
|
|
|
### Requirements
|
|
|
|
At least one registered domain
|
|
|
|
### Objectives
|
|
|
|
1. Create the following record for your domain:
|
|
1. Record name: foo
|
|
2. Record type: A
|
|
3. Set some IP in the value field
|
|
|
|
2. 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
|