CloudFront for WordPress Origin same as alternative

0

I have a website under site.com and I want to leverage CloudFront to improve the performance. Can I specify site.com for both Origin Domain Name and Alternative Domain Name? If not what is the suggestion? Please consider SEO if I need to change the Url.

asked 2 years ago452 views
1 Answer
1
Accepted Answer

You should use the actual DNS name/names you want for your website on the distribution CNAME settings (make sure you have a proper certificate for them, created on Amazon Certificate Manager for free)

The origin should be using a different DNS name, but no one will be able to see it, as all traffic should be fronted by CloudFront.

You need to make sure your Origin Request policy does not or does include the Host header, depending on the way the application is built, and the hostnames on which it "listens".

AWS
answered 2 years ago
  • Are you saying I should use something like origin.site.com for Origin Domain Name and site.com for Alternative Domain Name? Do I need to change something in WordPress for this? Is it just for getting the website IP address?

  • Depending on how you configured your website on Wordpress, but actually you can use CloudFront's Origin Request Policies to forward the origin Host header to your application, regardless of which DNS name was used to access it. In this case no changes are required on your WordPress.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions