I set up a global accelerator in front of an ELB for EC2 instance. Accelerator gave me 2 static IP to use for DNS. Currently my DNS A record points to my EC2 public IP. When I remove this record and added the 2 A record with the GA IP's I get a 522 error on the site. What am I doing wrong? AWS support said all should be good and I should ask cloudflare support which is awful and refer me back to AWS. now what?
Setting up cloudflare records to point to AWS global accelerator?
882 Views Asked by dakine1 At
1
There are 1 best solutions below
Related Questions in AMAZON-WEB-SERVICES
- "Access Denied" - User's Permissions to S3 Bucket
- Cohort analysis with Amazon Redshift / PostgreSQL
- Using Amazon KMS service on Heroku
- can't ssh in after cloning an EC2 instance on Amazon AWS
- Using HDFS with Apache Spark on Amazon EC2
- How can I access Mule ESB Community edition via browser?
- AWS EC2: Migrating from Windows to Linux Server
- AWS ELB Load Balancer: is it possible to set multiple session cookies?
- AWS Flow Framework: Can we run activity worker and activity task on different EC2 instances
- Unable to access files from public s3 bucket with boto
- Cloudfront stream only part of the video
- s3cmd not working as cron-task when echos/dates are added
- How to deploy django 1.8 on Elastic Beanstalk using Docker
- InstanceProfile is required for creating cluster - create python function to install module
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
Related Questions in DNS
- Configured TTL for A record(s) backing CNAME records
- Redirecting subdomain to directory on Azure
- SPF and DKIM records for Mandrill on DigitalOcean
- How to convert hostname to DNS name?
- Could someone bring Google OAuth2 for Cloud DNS via Rest to light?
- Spoof Captive Portal Screen on an iOS Device using DNS
- DNS_PROBE_FINISHED_NXDOMAIN on Google App Engine website
- How to check if a redirect leads to a different domain
- IP address to Domain Name? DNS?
- error CS1729: The type `ARSoft.Tools.Net.Dns.DnsServer' does not contain a constructor that takes `4' arguments
- Windows, Apache, Acrylic DNS, and wildcard subdomains
- How to configure DNS for microsoft odbc driver for oracle (in 64 bit arch.)
- How to use one time domain name in android?
- logstash dns filter miss
- Redirect website to another website if blocked in particular region
Related Questions in CLOUDFLARE
- How to wait until page redirected using httpwebrequest VB.Net
- Rails + Heroku + Cloudflare - Eliminate www as a subdomain
- How Do I Create Sub-Sub-Domain on Cloudflare DNS?
- cloudflare SSH and sockets: how to run them together?
- Error 522 with Cloudflare
- How to route traffic by proximity from Route 53 to closest NGINX server?
- Can you use Route 53's latency based routing in conjunction with Cloudflare?
- Processing sketches have stopped working in Chrome and Firefox
- Why are stylesheets being loaded multiple times on my website?
- The plain HTTP request was sent to HTTPS port(NGINX)
- Get correct IP address using $_SERVER["REMOTE_ADDR"]
- How to disable cloudflare custom error pages including Error 504 (Gateway time-out), While Smart Errors are already disabled?
- Cannot access Rails app via Heroku and CloudFlare
- CloudFlare (or others) and Corporate IP Issue
- Configure NGINX + CloudFlare + SSL
Related Questions in AMAZON-ELB
- AWS ELB Load Balancer: is it possible to set multiple session cookies?
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
- How to deploy API Managers behind ELBs on AWS and preserve X-Forwarded headers?
- ELB generating 504 GATEWAY_TIMEOUTS w/ 2 EC2 instances - Packets not reaching Servers
- Can you control a number of Amazon Elastic Load Balancer instances?
- When using an internet facing ELB, do all of the instances behind the load-balancer have to have their own public IPs?
- Why would AWS ELB (Elastic Load Balancer) sometimes returns 504 (gateway timeout) right away?
- Amazon Load Balancer sticky sessions with ajp:8009
- Is there any way to point ELB URL to RDS?
- Enable websocket tomcat on ELB
- Why can't my ECS service register available EC2 instances with my ELB?
- TLS termination behind AWS ELB on HAProxy (tcp mode)
- Changing ELB URL pattern
- IIS HTTP to HTTPS redirect not working behind AWS ELB
- Implicit https for apache redirects when using AWS ELB to terminate SSL
Related Questions in AWS-GLOBAL-ACCELERATOR
- Global Accelerator issue when connected to Elastic Beanstalk AWS
- Cross-region Read Replicas vs One Read Replica with AWS Global Accelerator
- AWS CloudFront vs Global Accelerator for Dynamic contents
- AWS Cloud front over global accelerator - Is it caching and Lambda@edge?
- Do you need a NAT Gateway with a Private Application Load Balancer using Global Accelerator on AWS?
- What is the AWS Global Accelerator ENI?
- How to pass region var into local-exec inside vpc module
- Get static IPs from Global accelerator-cloudformation
- Changing a CNAME entry for AWS Global accelerator
- How to disable AWS Global Accelerator Flow Logs
- Setting up cloudflare records to point to AWS global accelerator?
- Is there a way to enable stickiness between the client and target pods when using AWS Global Accelerator and NLB?
- AWS Zone Apex challenge with older DNS server
- How to get lowest latency between two AWS regions?
- Can Global Accelerator or Load balancer route traffic to APIs on AWS API Gateway where APIs have backend micro services outside of AWS?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
What worked for me was to add a CNAME on Cloudflare to the AWS Global Accelerator. In addition set SSL to "flexible" in Cloudflare Page Rules for the entire domain/subdomain if your Origin server isn't setup for 443/SSL.