@stefanolaru
Head of Development | Architect | 7x AWS Certified | AWS Community Builder | Serverless
An architect by trade, practicing architecture in the Cloud. 7x AWS Certified, AWS Community Builder, Serverless advocate, Vue enthusiast.
Nothing here yet.
Hi Nick, you could add an ALB in front of your instance, though for a single instance and just for SSL certificate it might be overkill. Have a look at my other article about running a multi-node Typesense, it uses a Load Balancer https://blog.stefanolaru.com/how-to-run-highly-available-typesense-cluster-in-aws Another (free) option would be to install Nginx which will handle the SSL termination and proxy to Typesense. But it's very likely possible to manage this directly from Typesense ...