2

I'm trying to set up Amazon EC2 with Cloudflare for more than one day. I already added all the information NS failover with NS route53 no Cloudflare but nothing works.

Someone got success to connect the EC2 with Cloudflare?

Pierre.Vriens
  • 1,159
  • 34
  • 15
  • 19
Tiago Souza
  • 41
  • 1
  • 5

1 Answers1

1

You cannot use Route53 in conjunction with CloudFlare (unless you do a CNAME set-up of CloudFlare); instead you have to point your domain name to CloudFlare's authoritative nameservers.

Adding NS records isn't enough, your domain name's authoritative nameserver records must move to CloudFlare in full.

mjsa
  • 395
  • 2
  • 6
  • Note that Route53 is also a registrar. It's unclear from the question which capability OP is using. – ceejayoz Jul 27 '16 at 14:58