clipper
clipper copied to clipboard
Amazon ECS Integration
HI,
Any thoughts about container deployment in an Amazon ECS environment?
Regards, Harry Reid III
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")