No problem, feel free to use it in your own docs if you want.
I think some of this could be carried over to a non-bitnami install as well under an AWS apache setup with a load balancer. Using LetsEncrypt LEGO to generate the certs internally, the rewrite/reverse proxy & using the AWS Cert Manager on the domain should work regardless of how you install Parse.
That said, from everything I understand from what I’ve read if you’re going to install parse yourself and plan to use live queries an NGINX server would be the better play as apparently NGINX handles websockets more efficiently.
I’ll probably do another for setting up a separate live query server with an AWS elasticache redis cluster once I get my own setup and working.