To develop fast and see changes quickly, it's helpful to see and test KPZ deployed. To ensure we don't break our main deployment, we should separate a second instance from production.
Creating a sub-domain like: dev.kitaplatz-zentrale.de
Let it point to its own stack: Load Balancer -> Target Groups -> EC2 instance
Alternativ could be to run the instances in ECS Fargate as services with an automatic deployment
Everything else stays the same, the ports, the settings, etc. It's just a subdomain that points to a separate stack
To develop fast and see changes quickly, it's helpful to see and test KPZ deployed. To ensure we don't break our main deployment, we should separate a second instance from production.