The server docker image URI to load-test: public.ecr.aws/h1c6y7g8/chinese-translation-api:latest
- Clean up docs
- Add TOC
- Make it more specific to this repo
- Compile GCE and AWS specific setup instructions with Terraform.
- Add templating to allow you to specify:
- The Docker image
- Backend vs Frontend?
- Update the nginx config appropriate
- Add unit tests for each module
- GKE/K8s support
- Nicer install instructions (depends on the stack used for templating)
Make sure you have terraform
installed and aws
CLI configured.
- Feel free to change the
key_name
to the correct SSH key name that you want to ssh with.
cd server
terraform init
terraform plan
terraform apply
Clean up with:
terraform destroy