We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d16f5f commit cb10ba6Copy full SHA for cb10ba6
AWS/DVA(Developer Associate).md
@@ -182,15 +182,15 @@
182
- CNAME, Alias는 보유한 도메인에 hostname을 매핑하고자할 때 선택방안이 될 수 있음.
183
아래 차이점이 있으므로 적절한 선택이 필요
184
- **CNAME**
185
- - Points a hostname to any other hostnaem
+ - Points a hostname to any other hostname
186
- 루트 도메인 불가능
187
- **Alias**
188
- Points a hostname to an **AWS Resource**
189
- **루트 도메인 가능**
190
- Free of charge
191
- health check 가능
192
- `Alias Records`
193
- - Maps a hostnaem to an AWS resource
+ - Maps a hostname to an AWS resource
194
- DNS 확장 기능으로 시중의 모든 DNS에서 가능
195
- **Automatically reconizes changes** in the resource’s IP Address
196
- CNAME과 달리 DNS namespace의 최상위 노드에 연결할 수 있음(Zone Apex) e.g. example.com
0 commit comments