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
0
votes
1 answer

Which AWS resources benefit from bandwidth transfer to AWS Lightsail

Lightsail lets you connect to AWS resources, such as an Amazon RDS database, through virtual private cloud (VPC) peering. Does all bandwidth associated with VPC has free bandwidth?
Radoslav
  • 1,812
  • 3
  • 17
  • 27
0
votes
2 answers

How do I get Lightsail options on AWSCLI?

I am trying to add automatic snapshot functionality to my lightsail instance. I have installed and updated the awscli through pip. Everything checks out fine, but there is no option available for lightsail in the cli. I followed this tutorial from…
0
votes
1 answer

Adding a 'Covered Domain' to a lightsail load balancer certificate?

I'm working with Lightsail for a single domain, and also have a lightsail load balancer in place. Under the domain I have a few subdomains (blog.mydomain.com, admin.mydomain.com etc) - all of that is working just fine. However, I'm now trying to…
Lee
  • 989
  • 2
  • 14
  • 30
0
votes
1 answer

Accessing PhpMyAdmin On Mac OS High Sierra w/ Amazon Lightsail

I am trying to access PhpMyAdmin on my browser through an SSH tunnel on mac OS high sierra for setting up AWS Lightsail. I've downloaded my default SSH key pair and have adjusted permissions using chmod 600 KEYNAME.PEM I've tried ports 80 and 81…
kc813
  • 11
  • 4
0
votes
1 answer

Using jq to parse json output of AWS CLI tools with Lightsail

I'm trying to modify a script to automate lightsail snapshots, and I am having trouble modifying the jq query. I'm trying to parse the output of aws lightsail get-instance-snapshots This is the original line from the script: aws lightsail…
Neddy
  • 57
  • 7
0
votes
0 answers

How do I edit .sql file in phpmyadmin via ssh terminal on MAC

I am currently using Amazon Lighsail for my Wordpress site. I have a fresh Wordpress install on my Lightsail account but would like to upload my old mysql tables from my current site to phpmyadmin. I have ssh-ed into the terminal and have done cd…
a2b123
  • 573
  • 1
  • 5
  • 19
0
votes
0 answers

How to connect Lightsail with Elasticache

How do we connect AWS Lightsail to Elasticache? I've set VPC peering but that's as far as I get. Anyone knows a step-by-step guide that shows how to do it? [edit] We have an application that uses Memcached to persist some data between nodes. The…
0
votes
1 answer

Having problems with ip address showing up on my address bar instead of domain wordpress site

I just recently moved my wordpress website from inmotion hosting to aws lightsail. I used all-in-one migration tool to migrate wordpress to new instance I created. I added DNS A-records, MX, TXT and CNAME. I changed nameservers on my Godaddy domain…
0
votes
0 answers

Can I upload files directly from S3 to LightSail without having to download them locally?

I'd like to write a script that can take a list of urls for some files on S3 and upload them directly to a LightSail instance. I know I can download the files from S3 and use sftp to upload to LightSail, but I'm hoping there is a way that I can…
0
votes
1 answer

FTP Credentials requested when trying to activate WordPress Theme

Running an instance of Bitnami Wordpress on AWS Lightsail. Getting the following screen when trying to activate a Wordpress theme (JobCareer): UPDATE #1 Turned on debug and saw the error information in the above screenshot. Other themes and…
Kevin
  • 27
  • 5
0
votes
1 answer

Lets Encrypt expired SSL certificate amazon lightsail removal

My SSL from Let's Encrypt has been expired. Rather than using the Lets Encrypt I want to use the on from Amazon it self. There are two questions: 1) How to remove the existing expired certificate. 2) How to install from Amazon. Checked the various…
Sachin
  • 15
  • 2
  • 10
0
votes
3 answers

Link a domain to Amazon lightsail, ubuntu

I'm unable to ping domain name or amazon static ip from the lightsail instance (attached to that static ip) Bought a domain name (say, test.com) from Google. Created an Amazon Lightsail ubuntu 16.04 instance & attached a static IP Enabled firewall…
0
votes
0 answers

Lighsail Bitnami MEAN Stack Application Continuous Running

I have an MEAN application running on server through Amazon Lightsail. I installed my application in the /projects folder and once I ssh onto the server and run node bin/www (where my main startup scripts live) the site runs perfectly. The issue…
0
votes
1 answer

How to set up to run r script on docker image using crontab

I installed rstudio on aws lightsail following by https://jrfarrer.github.io/r/2016/12/29/RStudio-Lightsail.html. Now i am trying to run rscript every minute using by crontab or anything that run rscript regularly. Thank you in advance
asbebe
  • 71
  • 1
  • 11
0
votes
1 answer

How do I run a PHP script from cron?

Are my paths correct? PHP file doesn't run and no errors in apache error or syslog. */5 * 10 10 * bitnami /home/bitnami/stack/php/bin/php -q /home/bitnami/htdocs/mailer.php
mmcglynn
  • 7,668
  • 16
  • 52
  • 76