Route53 manages DNS and routes traffic to CloudFront or Amplify.
yourdomain.comA Record for CloudFront (if using CloudFront):
Record name: (leave empty or www)
Record type: A
Alias: Yes
Route traffic to: CloudFront distribution
CNAME for Amplify (if not using CloudFront):
Record name: app
Record type: CNAME
Value: xxx.amplifyapp.com
yourdomain.com, *.yourdomain.comDNS not resolving: Check Name Servers at domain registrar
nslookup yourdomain.com
Certificate validation failed: Confirm CNAME records in Route53
aws route53 list-resource-record-sets --hosted-zone-id <ZONE_ID>
Traffic not routing to CloudFront: Check A record alias
dig yourdomain.com
You have completed the Frontend section! Continue to AI & Voice to integrate AI and voice processing.