AWS LightSail notes

This post is a set of notes when doing the installation of a container in AWS LightSail.

Tutorials

Tutorial for launching and configuring WordPress: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tutorial-launching-and-configuring-wordpress

Configuration of key aspects = https://aws.amazon.com/getting-started/hands-on/configuring-wp-instance-with-cdn/?trk=gs_card

WordPress Packaged By Bitnami For AWS Cloud: https://docs.bitnami.com/aws/apps/wordpress/

Notes

  • Port 22 is the default port for SSH connections.
  • MariaDB

Bitnami commands

  • Edit wp-config.php = sudo vim /opt/bitnami/wordpress/wp-config.php
  • Edit php.ini = sudo vim /opt/bitnami/php/etc/php.ini
  • Restart Apache = sudo /opt/bitnami/ctlscript.sh restart Apache
  • Back-up file = sudo cp /opt/bitnami/wordpress/wp-config.php /opt/bitnami/wordpress/wp-config.php.backup

Leave a Comment