Questions tagged [amazon-lightsail]

QUESTIONS ABOUT SERVER ADMINISTRATION ARE OFF-TOPIC. Consider https://serverfault.com for those. Virtual Private Server (VPS) platform from Amazon Web Services. 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.

Amazon Lightsail is a simplified and minimalistic Virtual Private Server (VPS) platform, part of the Amazon Web Sevices infrastructure. Questions about professional server administration should typically be posted on Server Fault.

698 questions
9
votes
4 answers

Error when using composer require-dev.mikey179/vfsStream is invalid

I am using Amazon LightSail and the CodeIgniter framework. Trying to install PhpSpreadsheet - https://phpspreadsheet.readthedocs.io/en/latest/#installation using composer require phpoffice/phpspreadsheet However I then am greeted with …
pee2pee
  • 3,619
  • 7
  • 52
  • 133
9
votes
1 answer

Hosting Multiple Domains with SSL on AWS Lightsail

Trying to host multiple applications on AWS Lightsail with https being allowable on all of them, but running into a problem. It appears as though the Lightsail load balancers only allow a single certificate to be active at one time. These sites are…
SuperVeetz
  • 2,128
  • 3
  • 24
  • 37
8
votes
2 answers

Upgrade / Increase AWS Lightsail virtual machine's memory for better performance

I have a AWS Lightsail VM with the following configuration 512MB RAM 1 vCPU 20GB SSD Ubuntu 20.04 The main problem is the RAM which is not enough for my current work and facing out of memory issues. I want to increase RAM to at least 2GB or…
8
votes
4 answers

Permission denied on Amazon LightSail

Login works with LightsailDefaultPrivateKey-eu-west-1.pem but not with my own key-pair. I tried to generate the keys with 'ssh-keygen -t rsa -b 4096 -C "my@email.com" -f ~/.ssh/lsail-mikemittererat-eu-west-1.pem' I also tried to generate a key on…
Mike Mitterer
  • 6,810
  • 4
  • 41
  • 62
8
votes
4 answers

Is it possible to use AWS CodePipeline with Lightsail?

I'm working all the day and couldn't find the answer. So I'm asking you guys: is it possible to use AWS Pipeline with AWS Lightsail? My objective is to store the code inside CodeCommit and use CodeBuild, CodeDeploy, CodePipeline and S3 to create a…
8
votes
3 answers

How do I change what keypair my LightSail instance uses?

At... https://lightsail.aws.amazon.com/ls/webapp/instances/[my instance name]/connect ...I see... "You configured this instance to use the somekeypairname key pair." How do I change that? I have (just a minute ago) deleted that key pair in the…
arnoldbird
  • 886
  • 1
  • 13
  • 30
7
votes
3 answers

Amazon Lightsail vs Amazon RDS

I'm wondering can we setup SQL Server inside Amazon Lightsail? So I don't need to purchase Amazon RDS Plan. What's the difference if I prefer Amazon RDS as my database instance? I want to build simple Point of Sales web with node.js and there are…
6
votes
2 answers

GitLab Ci/Cd to Amazon LightSail

I have a problem with deploying docker image to the AWS LightSail. I'm using private containers on GitLab and my images are pushing there after build. I create second stage for ci/cd for deploying image to lightsail. image:…
6
votes
0 answers

Amazon LightSail 403 Error from Root account

I am getting 403 error from Amazon LightSail. I have tried Root account and IAM account, but had no luck. What could be the reason?
6
votes
1 answer

Where to download .ppk file from aws lightsail

Where to download .ppk file from aws light sail Hi , i want to create a new ftp account for my website in aws swerver . When i check the aws server in lightsail section i can see my magento instances (web & db instance ). Now i want to connect to…
Abilash Erikson
  • 341
  • 4
  • 26
  • 55
6
votes
1 answer

Are AWS Lightsail databases subject to burst performance?

Given What is difference between Lightsail and EC2? and my own testing, I am convinced that LightSail Instances are burstable performance instances. Are LightSail database instances subject to this kind of burstable performance too? I'm interested…
kgf3JfUtW
  • 13,702
  • 10
  • 57
  • 80
6
votes
2 answers

Amazon Lightsail Subdomain Setup

I'm currently moving all of my hosting from a cheap shared hosting provider over to Amazon LightSail. Normally, when sending work over to clients for approval, I create a subdomain through my hosting provider's c-panel and upload the required files…
GlueDigiStu
  • 93
  • 1
  • 5
6
votes
2 answers

How is Amazon Lightsail cheaper than EC2?

There is only one apparently abstract upside of using Lightsail, simplicity, or significantly simplified interface. Also, the first page of Lightsail talks about lower charges. My question is how is it considered to reduce charges compared to EC2?…
Aakash Verma
  • 3,705
  • 5
  • 29
  • 66
5
votes
2 answers

Install node in Amazon Linux 2

I purchased Amazon Linux 2 machine using AWS LightSail and tried to install node on that machine. But after several tries I can't able to install node and got the error shared below. [root@ip-my public ip /]# sudo yum install nodejs Loaded plugins:…
Sarvath S
  • 197
  • 3
  • 9
5
votes
1 answer

AWS System Managers + CodeDeploy + Lightsail

I want to use AWS System Managers Store Parameters with my CodeDeploy pipeline, dropping my last commit on Lightsail. ✅ 1. I created a SSM Parameters : MySecureString. The parameters is set on SecureString with KMS encryption set on Actual account…
1
2
3
46 47