Hello, hope you're doing well π
I'm trying to migrate a service of aws to a different hosting provider (BanaHosting), I had two main tasks:
- Make the dns point my new service
- Deactivate amplify app to confirm website stills visible (I cloned manually the repository on my public_html) without depending of aws service
First step done, second step was deactivating my brach from Amplify, but a DNS_PROBE_FINISHED_NXDOMAIN error occurs when I try visiting my domain (error persist even if I reset all changes on dns records and restore the Amplify branch). Should I wait for the DNS to fully propagate? Am I missing a step in my process?
Hope someone could help me, thank you for taking your time reading this!