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
2
votes
0 answers

How to reverse proxy a Nodejs instance on a directory of an AWS lightsail website

I have a website and Nodejs application hosted on the same AWS lightsail instance such that I want the website to connect to use the data hosted by the Nodejs application. The API is hosted on port 7200 of www.spidercartographers.co.uk such that the…
Philip09
  • 21
  • 2
2
votes
1 answer

Assign a static IP to an instance in Amazon Amplify

I have a static website and would like to get data using AJAX from a third-party API. The third-party API needs to add the server IP address to its whitelist to allow me to get the data. For this reason I would need a static IP address for the…
Matt
  • 123
  • 1
  • 5
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
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…
Daniel Oliveira
  • 25
  • 1
  • 1
  • 4
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
0 answers

How do I change a port restricted IP in a Lightsail instance via API?

I have a port that is IP-restricted in a Lightsail instance. How do I change that restricted IP via API or even aws-cli? I prefer via API using cURL. Thanks in advance.
Primo
  • 11
  • 1
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
  • 121
  • 6
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
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
  • 149
  • 7
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
  • 4