@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.
aaron ueckermann sounds like the S3 bucket is missing the instance-listener.zip I missed this in the article for some reason ☺️ Please copy as mentioned in repo readme #2: https://github.com/stefanolaru/aws-cloudformation-templates/blob/main/typesense-multi-node/README.md
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 ...