My instance is accessible from ipv4 address and public DNS. I want it to be accessible from domain name only.

0

Hello, I installed WordPress on Amazon AWS (EC2 Instance)

The problem is that my website is accessible from ipv4 address, public DNS and domain name. Like for testing purpose i used

decodewithdude.ga

The domain is accessible from http://13.233.253.149/

https://ec2-13-233-253-149.ap-south-1.compute.amazonaws.com

https://decodewithdude.ga

I want the instance only be accessible to public from domain name.

Thankyou

Wp-User
已提問 2 年前檢視次數 527 次
1 個回答
2
已接受的答案

Sounds like you're running a single WordPress instance with a public IP? The best approach is to make it private and put it behind an AWS load balancer or CloudFront distribution. Probably CloudFront if you're only running one instance. Then your DNS can be an A "Alias" record in Route 53 - a special link to an AWS service that isn't tied to a specific IP address (though of course, being DNS, it will still resolve on the fly to an IP address).

Note a custom origin like this behind CloudFront still requires the instance to have a public IP address but it can be locked down using an AWS-managed prefix list for CloudFront - it opens ingress only to CloudFront IPs so that's the only way people can access your site - through CloudFront.

專家
已回答 2 年前
  • Hi, Thankyou for answering. I really appreciate it. Can you please guide me what should i do first and then further so to achieve it. I am a newbie in AWS . So i will appreciate it if you guide me.

    Thankyou

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南