Domain managed by AWS Route 53 and wanted map Netlify hosted site a cname record

My website khabarbolo.com is hosted on AWS route53 and i want to continue use of that.

NX record : Record name

Record type:NS
Value
ns-880.awsdns-46.net.
.
.
.
Alias:No
TTL (seconds):60
Routing policy:Simple

I wanted to use domain, subdomain mapping with Netlify. I deployed a frontend app https://webkhabarbolo.netlify.app

on Route 53 when i have created CNAME record and www and value as https://webkhabarbolo.netlify.app
hoping www.khabarbolo.com should open https://webkhabarbolo.netlify.app. last time i was able to do this but somehow its not reflecting at all.

Record name:

Record type:CNAME
Value:https://webkhabarbolo.netlify.app
Alias:No
TTL (seconds):60
Routing policy Simple

I am not sure how can i do that, need steps of process guide on this

None of your configurations points to Netlify:

dig CNAME +short www.khabarbolo.com
> khabarbolo.com.

dig A +short khabarbolo.com
> 34.102.136.180

We already have a detailed guide on configuring external DNS: Configure external DNS for a custom domain | Netlify Docs. Please follow that.

Hi,

Elaborate on what? Can you follow the guide here?