Hi @nicolaf,
Sorry for the inconvenience. The technology the AMI is using is different than the installers we provide in bitnami.com, that's why there is a mismatch between the information in the changelog and the components that are included in the image. We will revisit this and will update the ticket once the image is ready.
If you are in a hurry, you can stop the services in that installation, remove all the files and use the latest installer
cd /tmp
sudo /opt/bitnami/ctlscript.sh stop
sudo rm -rf /opt/bitnami
wget "https://downloads.bitnami.com/files/stacks/nginx/1.18.0-4/bitnami-nginx-1.18.0-4-linux-x64-installer.run
chmod +x ./bitnami-nginx-1.18.0-4-linux-x64-installer.run
sudo ./bitnami-nginx-1.18.0-4-linux-x64-installer.run --prefix /opt/bitnami
Happy to help!
Was my answer helpful? Click on 