1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
818 views
by bryan-b-4707 (170 points)
We're looking to run QIE in a ECS Fargate instance inside a docker container and am wondering where I can find the AWS AMI.I found this question:

https://www.qvera.com/kb/index.php/2420/installing-qie-in-the-amazon-web-services-aws-platform

but it doesn't give too much information on finding the docker container to install.

Thanks for the help!

1 Answer

+2 votes
 
Best answer

We have hit some snags on deploying QIE into the AWS Marketplace.  That being said, we are working to get it up and listed in the marketplace as soon as possible. 

In the meantime you are still able to deploy QIE in a Docker or Kubernetes environment by using our DockerHub image.  You can find this image here ( https://hub.docker.com/r/qvera/qie ).

For you reference, here is a sample Kubernetes YAML file that will give examples of different types of options that you can use when deploying, including opening up ingress ports, referencing database Username/Password in a secret instead of in plain text, etc.

by ben-s-7515 (13.0k points)
selected by bryan-b-4707
...