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
1
vote
1 answer

How to create a database read replica on AWS Lightsail

I have an existing MySQL database running on AWS Lightsail, I want to create a read replica for that one, how can I do it?
1
vote
2 answers

How to find out RAM speed and L2 L3 cahce sizes of AWS EC2 & lightsail instances

On my desktop $ sudo lshw -short -C memory H/W path Device Class Description ======================================================== /0/0 memory 64KiB BIOS /0/27 …
Siju George
  • 145
  • 8
1
vote
1 answer

Grafana with cloudwatch at lightsail is possible?

I have an instance on amazon lightsail and I setup grafana with cloudwatch datasource. When I list the regions, I see a few options but i don't see us-east-b (Ohio) where my instance is running. Does cloudwatch only work with EC2? Anybody got to use…
1
vote
1 answer

Cannot Connect to the AWS Lightsail Instance

My Amazon Lightsail instance was working fine until 1 hour before. I opened some ports in the network config in the browser dashboard and since then I cannot connect to the server. All the hosted websites are down and simply the instance is not…
picmate 涅
  • 113
  • 1
  • 6
1
vote
1 answer

How to create new instance from a snapshot and a new OS version

I have a NodeJS instance on Amazon LightSail. I want to upgrade the underlying Operating System to a newer major version, say Ubuntu 18 LTS to Ubuntu 20 LTS. When I create a new instance from the snapshot, I do not get the option of choosing the…
1
vote
1 answer

load static IP without specifying port

I am using AWS lightsail. I cloned my git repository to my htdocs and opened port 3000 on my networking ipv4 firewall. What im trying to do is load my node site with my aws static IP. It currently works when I specify the specific port like:…
seriously
  • 111
  • 2
1
vote
1 answer

Force redirect HTTP to HTTPS AWS WORDPRESS MULTISITE BITNAMI

I have two websites on AWS Lightsail WORDPRESS Multisite BITNAMI - default installation and configuration. HTTPS is already working, however, if the user uses HTTP - it also works - I would like to do automatic redirection to all configured sites.
1
vote
0 answers

Apache doesn't respond

I have a AWS Lightsail Bitnami LAMP 7.4.27-16 machine that every night stops responding at random time. I installed LetsEncrypt certificate and vsftpd for a new specific ftp user. On the machine all seems working properly. The server is listening,…
1
vote
0 answers

How does AWS Lightsail Container Service manage memory?

I have a container deployment running on Lightsail that manipulates and returns a list of file-like objects. I'm using these objects because Lightsail container deployments do not support persistent volumes. When I try to return these objects, I get…
Mosky1970
  • 11
  • 1
1
vote
1 answer

MySQL user is taking more than 100% of CPU utilization

My CPU% is more than 130% but i haven;t created any user with name "MYSQL" Here is what i am getting Image here
1
vote
1 answer

Instance created from (working) Lightsail snapshot will not respond to nginx requests

I'm trying to scale up a Lightsail instance. It's a basic Wordpress site on an Amazon Linux 2 AMI running nginx and mariadb. It's using a static IP. Works fine. When I create a snapshot of it, use it to launch a larger instance, and then attach the…
1
vote
1 answer

Website responds to IP, but not Domain

I have hosted a Django-based website, which is running on Apache2, on an AWS Lightsail Ubuntu 20.04 instance. The website is accessible when you use the ip, 18.133.43.205. But when I try to search my website using the domain, roosta.xyz, the…
James
  • 13
  • 2
1
vote
1 answer

Does AWS Lightsail block wireguard?

For a long time now I had an AWS Lightsail VPS serving as a wireguard gateway to my home server. Since recently connection to the Lightsail instance via wireguard is no longer possible. When I took a look with SSH I got $> sudo wg-quick up wg0 [#]…
andrsmllr
  • 121
  • 4
1
vote
1 answer

SSL configuration - Lightsail

Having trouble getting SSL working on Amazon Lightsail using let's encrypt (certbot --apache) Lightsail image Centos7 Added Apache2 note: (example.com, subdomain.example.com are not my domains, I'm anonymizing them) These are the troubleshooting…
Philippe
  • 111
  • 3
1
vote
0 answers

AWS Web Application Firewall for all AWS Lightsail Instances

I have CloudFlare for domains that point to AWS instances. I set up a CloudFlare firewall rule to block traffic by country, where I manually included embargoed countries. AWS has the Web Application Firewall that can do the same: AWS WAF provides…