vidanov / lambda-nodejs-lightsail-backup

The AWS Lightsail is a great service, but you do not have a possibility to set up automatic backups granularly from the console of the service. This script for the AWS Lambda NodeJS automates the process.
43 stars 21 forks source link

Tips for success #3

Closed ai3xbe closed 6 years ago

ai3xbe commented 6 years ago

Not so much of an issue as a few things I found missing from the guide.

  1. Make sure you change your AWS region as seen in line 16. Mine was eu-west-2 not EU-central
  2. Make sure you change the timeout under basic settings. Mine defaulted to 3 seconds and was causing me errors I didn't understand.
vidanov commented 6 years ago

Thank you! I adjusted the README according to your suggestions