\documentclass[a4paper]{article} \title{Sensyne Tech Test\\ Notes and explainations} \date{\today} \author{Spike Lampson} \begin{document} \maketitle \toc \section{Initial design} Requirements are: Simple web app, with backend and database, deployed on a cluster of nodes via an orchestration layer. Expectation: Couple of hours, which seems very hopeful for setting up a project at all, let alone finishing it to me. Still, what to do. Initial plan: Create in terraform/AWS. Find basic docker webapp container, deploy that onto EKS, with RDS instance as the backend. Things to check: \begin{enumerate} \item How much VPC/IG/routing etc still needs to be done by hand \item Does EKS handle the loadbalancer? \item Find basic docker container \end{enumerate}