Design challenge 1 – Remove Bitnami Banner
I installed WordPress using the Bitnami pre-configured WordPress application and now I have the Bitnami banner in the lower right corner of the page on that WordPress site. How can I remove it?
Solution
On your AWS Lightsail dashboard you find your instance

Clicking on the larger than icon will start a console session.
Type the following command in the console:
sudo /opt/bitnami/apache2/bnconfig –disable_banner 1
And gone it is.