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.

98 questions
0
votes
1 answer

Hosting a small PHP web app with Lightsail

I am building a small and very simple web app for users in a company. It's built on vanilla PHP and MySQL, no frameworks and it is very lightweight. I am new to hosting and I'm wondering if Amazon Lightsail would be a good solution for hosting…
Ben Thomson
  • 111
  • 4
0
votes
0 answers

Can we setup VPC for AWS Lightsail resources?

I am developing an app and to host backend system I am using AWS Lightsail. Is there a way to keep all the inter service communication private? I am aware this can be achieved with VPC while using AWS outside lightsail. Is there a way to setup…
0
votes
0 answers

CNAME not working in Lightsail Custom Domain

I have a domain named xyz.com. Custom domain has the domain in it. It is registered outside AWS and Name Server is pointed to AWS Custom Domain in Lightsail. Here is the setup for it. Lightsail container hosts NextJS. AWS Cloudfront CDN in…
0
votes
0 answers

Using Snapshot to upgrade AWS Lightsail instance but server does not reflect new hard drive space

I had a very small aws lightsail ubuntu Apache2 instance that I had to upgrade because the hard drive space was two small. I made a snapshot of the instance and used it to create a new bigger instance. My issue is when I ssh into the instance it…
Jayreis
  • 145
  • 15
0
votes
0 answers

CPU 100% PHP-FPM Processes Wordpress

EDIT: I have determined that I have a configuration problem and my ignorance is the problem. I have php-fpm processes that are eating up all of the ram and cpu of my server. I decided to max out a vps instance to verify this. It's not an attack or…
waltmagic
  • 103
  • 4
0
votes
1 answer

How to start myslq if it fails to start due to insufficient space, and the main files eating up space are mysql binary log files

My server disk usage looks like this: Filesystem Size Used Avail Use% Mounted on udev 989M 0 989M 0% /dev tmpfs 200M 21M 180M 11% /run /dev/xda1 59G 57G 9.7M 100% / tmpfs 998M 0 998M …
truba
  • 1
  • 1
0
votes
0 answers

[AWS Lightsail wordpress]HTTPS domain name hyperlinks replaced by HTTP static IP

I moved my blog to AWS Lightsail for Wordpress instance. I have Ezoic CDN enabled + DNS management proxied with Cloudflare. Domain name redirects to HTTPS from HTTP. example.com --> https://example.com but, but all of my hyperlinks within the…
0
votes
0 answers

What Instances Does Lightsail Run On

Is there a list of EC2 instances that match up to their Lightsail counter parts? Same for the RDS instances and their Lightsail counter parts. I have looked all over for this but have been unable to find it.
Bigbob556677
  • 111
  • 5
0
votes
1 answer

How to keep server running on AWS LightSail

I have a dynamic server hosted by an Ubuntu instance on AWS LightSail that I startup in the shell. It works well but the website no longer works once I close the shell that it is running in. I am wondering how I can keep my website up with AWS…
Jack N
  • 101
  • 1
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
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'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

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

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…
user907169