Sidebar

Installing QIE in AWS (ECS Fargate)

0 votes
586 views
asked Dec 9, 2020 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 herehttps://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.

answered Dec 9, 2020 by ben-s-7515 (12,640 points)
selected Dec 9, 2020 by bryan-b-4707
...