How can I connect my Node.js project hosted on AWS with Cloudflare without using Route 53? I initially used Route 53 to connect the DNS with my instance, but I recently learned that it is possible to connect the instance using only the DNS service or Cloudflare. Can someone provide guidance on how to connect my AWS instance with Cloudflare?
Asked
Active
Viewed 23 times
0
-
What do you mean by "connect my AWS instance with Cloudflare"? – jarmod Jul 12 '23 at 12:26
-
1Create a DNS record in Cloudflare that points to your server. Just like you did in Route53. – Mark B Jul 12 '23 at 12:46