-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design architecture #16
Comments
Hi @IamEddie Thanks for this, As we have discussed today please prepare a head-to-head comparison of the deployment strategy using terraform and amazon EKS vs using EC2 containers. Provide the comparison in terms of:
|
Hi @GemmaTuron/Team
20 models Deployed to 20 EC2 Instances
|
Hi @IamEddie Can you clarify why with EKS we need only 4 ECS instances? How are you calculating how many models will run in each instance? And how would you do the dormant strategy? Can you expand on that for both architectures? |
EC2 Deployment and more on why EKSConsidering the choices available, it's a selection between EC2, ECS or EKS. I have decided to go with EKS as a deployment method because:
How many models can run in each container, when can models be switched on/off etc?
Can you clarify why with EKS we need only 4 ECS instances?
How are you calculating how many models will run in each instance?
And how would you do the dormant strategy? Can you expand on that for both architectures?
|
Design a couple of architectures for model deployments
The text was updated successfully, but these errors were encountered: