• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue How to Configure temporary domain name in Plesk on Amazon Lightsail

Jonathan H.

New Pleskian
Hi, im brand new to Plesk and Lightsail both, however i was trying to create a temporary site with a temporary auto generated domain name from Plesk. After i run through the creation process, it always seems like the domain cannot be resolved. The actual site is here

serene-sutherland.3-1-194-247.plesk.page

Anyone knows why? Could it also be because i have assigned an IP address to the Plesk instance? Do i need to configure the DNS in some sort of way?


Screenshot 2022-02-24 at 9.58.20 AM.png
 
The DNS is ok:
Bash:
# host serene-sutherland.3-1-194-247.plesk.page
serene-sutherland.3-1-194-247.plesk.page has address 3.1.194.247

You issue is that on AWS you need to allow the incomming traffic for the Webserver ports:
Bash:
# nmap -p80,443 3.1.194.247
...
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.15 seconds


Please read:
 
Back
Top