Load Balancer for Cloud deployment
Problem to solve
In order to complete the cloud setup
, we will develop the load balancer component
Further details
The details of a load balancer component are unclear at the moment.
We are not concerned with RBAC / UAC at the moment.
Proposal
-
Use aws_sdk.ecs_patterns.ApplicationLoadBalancedFargateService
as load balancer with Fargate -
Make components accessible: -
Tracking service -
Compute backend service -
log stack
-
-
API development and documentation
Testing
What does success look like, and how can we measure that?
-
the load balancer component is implemented and deployed -
the component can be accessed through an api -
documentation is added
Edited by Markus Abel