-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathr53.txt
60 lines (32 loc) · 1.48 KB
/
r53.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Route53 : AWS Own DNS Service.
DNS : DOmain Naming System/Service : DOmain names to IP Addresses and IP Address to FQDN (Fully Qualified DOmain Names).
https://ahjjfjg.elb.ap-south-1.amazonaws.com = avinash.tk
Domain Registrers : Godaddy, Bigrock, aws r53, Web.com, Freenom.com
avinash.tk
IANA : RootZOne DB : .com .in .us
ICANN : Maintain DOmain uniqueness.
whois db : Tells us who owns the domain name, when it expires.
In AWS, We always use A record with Alias record.
A Record : Address Record :
AAAA Record : IPv6
CNAME : Cananical name record : DOmain redirections
TXT Record : Text record
MX : Main exchange record:
_____
Get a domain name from Freenom.com
Domain registrer = godaddy / Freenom. avinash.tk
HostedZOne : COst us 0.50$/Month.
HostedZone name should be same as Domain Name. avinash.tk = avinash.tk
We will get NS record and SOA record by defaultly, when we create a Hosted Zone.
NS = Name Servers.
SOA = Start of AUthority
Above Name Servrs should be configured at Domain Registrer. THen only Domain requests will come to AWS environment.
Simple RP :
Weighted RP : The weight can be a number between 0 and 255. If you specify 0, Route 53 stops responding to DNS queries using this record.
Latency RP :
Failover RP :
Geolocation RP :
Multi Value Answer RP :
1. ipconfig /flushdns.
2. CHnage the DNS servers in local device.
3. Sometimes, Browser/system cache will load wrong data/outdated data.