AWS - Code deployment to Iris Community Edition AMI
So I've got the IRIS AMI spun up in AWS EC2; it seems to be running fine.
I've added an EBS volume to it for persistent storage, and now I'm pondering how to make it actually do something useful.
What's the best way to do deploy code to this instance? I can think of a few ways to do it, but what's the least painful way? Push my code to an S3 bucket and figure out how to load it at system start? Github project?
Product version: IRIS 2021.1
git clone a project. many examples in Open Exchange
You can deploy as a ZPM package, e.g. from your own registry. See @Lorenzo.Scalese's story.
You can bake a docker image and deploy it into the EKS Kubernetes cluster, check article one and two.