jina-ai / terraform-jina-jinad-aws

Module for deploying JinaD on AWS

Home Page:https://jina.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable jinad-aws to create multiple JinaD instances (pods) in one vpc

alanthssss opened this issue · comments

provided by @deepankarm

  • To test successful installation of JinaD, please go to http://18.208.71.169:8000/status (change to the new IP). No need to test it with jina flow. We can actually add a validation in terraform if JinaD is accessible from public.
  • All instances created in one go can use a single pem file.

provided by @deepankarm

enable pip install of packages before starting JinaD.

  • Changes should be done with the systemd script before we install jina
  • The script should accept parameters as bash deb-systemd.sh tensorflow==2.0 torch==1.0.1
  • The list of pip-install args should be accepted in the same map as instances in variables.tf (currently it accepts instance type only, please extend that to allow a list of pip packages).

provided by @deepankarm

Once this is done & tested, please raise a PR in terraform-jina-jinad-aws repo & we'll publish a new release. After this, we can get started on actual stress-tests. Here are a few links to go through for the last test run.