Currently I have a hosting in amazon ec2 instance.Now I want to encode / hide the url ip address bar http://**.***.**.**:80
Asked
Active
Viewed 383 times
-2

Nandy
- 73
- 7
-
1By a domain and set that up perhaps? You might include more details as this sounds similar to "how can I hide my house from the street so no one knows my address" You say PHP but do not add that tag to your question. Please provide more substance to the context of your question. – Mark Schultheiss Apr 30 '18 at 10:25
2 Answers
0
You may have to create a new/custom domain and configure the same in you amazon settings. Check the links below.

Dilip
- 474
- 2
- 8
- 18
0
Depending on how your site will be hosted, you can buy a domain with an external company, and point a DNS A record to your EC2. I would recommend getting an Elastic IP address and attaching it to your EC2 if you are going down this road.
If you want to make use of the whole AWS eco-system, you can use Route 53: https://aws.amazon.com/route53/. This will allow you to purchase and manage the domain directly in the AWS console
If you need any more help, feel free to send me a personal message. I recently had to do this, so have some experience.

Ilja Everilä
- 50,538
- 7
- 126
- 127

Lewis
- 65
- 1
- 1
- 6