clipper icon indicating copy to clipboard operation
clipper copied to clipboard

Amazon ECS Integration

Open HarryAtMove opened this issue 6 years ago • 1 comments

HI,

Any thoughts about container deployment in an Amazon ECS environment?

Regards, Harry Reid III

HarryAtMove avatar Sep 12 '18 18:09 HarryAtMove

I have tried deploying container with Amazon ECR ( Elastic Container Registry ) and able to deploy model deployers with ECR and run clipper platform and model instances with EKS ( Elastic Kubernetes Service ). You have to set up aws cli, and run $(aws ecr get-login --no-include-email --region us-east-1) to docker corresponding docker login user and password. docker login -u AWS -p "Password" to the AWS registry and run clipper with registry as AWS ECR as below python_deployer.deploy_python_closure(clipper_conn, name="sum-model", version=7, input_type="doubles", func=feature_sum,registry="xxxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com")

Aravindakum avatar Sep 17 '18 16:09 Aravindakum