Questions tagged [amazon-lightsail]

Virtual Private Server (VPS) platform from Amazon Web Services

Amazon Lightsail is a simplified and minimalistic Virtual Private Server (VPS) platform, part of the Amazon Web Sevices infrastructure.

NOTE: Since there are a number of OS options available on Lightsail, it will help people answer your question if you indicate what blueprint you are using.

99 questions
0
votes
0 answers

Amazon Lightsail + CDN 502 Error

I have gone through all of the various posts here about the issue as well as gone through this link and still can't solve the problem. Using Amazon's Lightsail and Amazon Linux 2, I tried setting up a CDN distribution and it returns the error: "502…
0
votes
1 answer

Server refused to connect after installing SSL via Certbot | Docker + Nginx, AWS Lightsail

I have successfully managed to install SSL via certbot into my Nginx Docker container, but after installation, all traffic routed via HTTPS refuses to connect. curl https://www.example.com or curl https://the_ip_of_server curl: (7) Failed to connect…
0
votes
0 answers

AWS UPSTREAM_NOT_FOUND [519]

I by mistake ran sudo chowm -R 777 / and logged out of the ssh session. Now I cannot AWS Lightsail Instance through SSH or through the web client. It says An error occurred and we were unable to connect or stay connected to your instance. If this…
0
votes
0 answers

Load Wordpress Homepage from different server

I have a wordpress website, where I want to recreate only the homepage using react and Wordpress rest endpoint and host this one page in Netlify, whereas all other posts continue to sit and serve from the Wordpress server. Currently, I am using…
0
votes
0 answers

Wordpress/Woo Commerce site keeps timing out

I have a woocommerce website hosted using AWS Lightsail on the bitnami stack. It's using apache and php-fpm. I use Cloudflare for DNS and some basic caching. The site has been up and running on Lightsail for 9 months but for the past 3 weeks has…
Dunc
  • 101
0
votes
0 answers

Best server option for Django project

I have a Django on Postgres web application. It's a business management software. There are no serious calculations going on, but there's a lot of requests from a database. Right now it's running on lightsail $5/month 1 core/1GB-ram debian server…
Viktor
  • 115
  • 5
0
votes
1 answer

Log in failed CLIENT_UNAUTHORIZED [769] on Web terminal of AWS LightAail

I'm using AWS LightAail on Ubuntu. Initially Web based Terminal was working fine, but when I did $ sudo apt-get update $ sudo apt-get upgrade I got an error Log in failed. If this instance has just started up, try again in a minute or…
0
votes
1 answer

Can I mount a Lightsail disk as a volume on a container service?

I need to mount a Lightsail disk as a volume on an Lightsail container service I want use to run a Docker container in. I need this for the persistent storage. Is that possible or are Lightsail containers only good for stateless applications?
GilShalit
  • 119
  • 6
0
votes
1 answer

Can't access EC2 on domain name, just on IP. Cname is correct, and can route this domain to lightsail server

Thanks for taking the time. I have ported a lightsail instance over to EC2 and am running a t.2 larger server. I am running a wordpress site and the homepage is just a blank white page. I have assigned the ec2 an eleastic IP and can access the…
0
votes
0 answers

Unable to connect to Lightsail instances through SSH

Yesterday around 21:30 GMT, my server on AWS Lightsail crashed. I cannot connect to it through SSH. I am also unable to connect to a separate small server, which checked the uptime of the first. I can connect through browser SSH, but not with SSH,…
miguelmorin
  • 229
  • 4
  • 13
0
votes
0 answers

Unable to connect to Lightsail, is there a way to fix it?

After configuring and rebooting a Debian 10 with internal ip address as static I cannot connect with it. The only strange thing that I've found was: The internal ip address was 172.26.5.8/20 I cannot reach in anyway but if I ping even not…
sebelk
  • 642
  • 3
  • 13
  • 32
0
votes
0 answers

Gateway Timeout Error AWS Lightsail

I have a flask API container deployed on Lightsail. When I make a request to one of the API endpoints, I get a 504 gateway error as the status on the client-side. However, when I check the server logs on Lightsail, I see that the server returned…
Mosky1970
  • 11
  • 1
0
votes
1 answer

Is there a way in Lightsail's firewall to accept all connections except from a particular IP?

In Lightsail's Networking tab, they have the option to allow certain IPs through their firewall. Is there a way to allow all IPs except for a certain IP? The AWS guide says that there is no way to deny an IP address, but can I set up an allow filter…
OrdiNeu
  • 3
  • 1
0
votes
0 answers

AWS Route53 Configuration creating random subdomains

The following article describes the issues I'm currently having with a domain: Somebody created subdomain without my knowledge. How? Random subdomains are being created and indexed with search engines, and none of these subdomains are in the DNS…
0
votes
0 answers

Unable to resolve host domain name

Recently, I noticed that time to time my client is unable to resolve my domain name. I have a Lightsail instance with a static IP, a Lightsail DNS Zone, and finally a Route53 domain name. The only thing I did for now is adding the Lightsail DNS Zone…