Spining up a new WordPress site, I had a few glitches until I came across this post:
https://docs.bitnami.com/aws/how-to/get-started-wordpress-aws-marketplace-intermediate/
Update WordPress To Use The Domain Name
Update this section and replace the variables
define(‘WPSITEURL’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);
define(‘WPHOME’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);
Remove The Bitnami Badge
sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1
Let’s Encrypt free Certificate Authority (CA)
sudo /opt/bitnami/bncert-tool
https://docs.bitnami.com/general/faq/configuration/configure-custom-domain/
1/100DaysOfCode