You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Amazon ECS is the mechanism for hosting docker containers on AWS; I'm going to look into what it takes to do correctly and document here.
We may want to consider setting up a VPC (Virtual Private Cloud) so that nobody can directly access / query the docker container, and only the prior art archive's backend has access. However, this would require eventual migration of the entire infrastructure onto AWS so that's not really an option for now.
We can also host this dockerized parser on Heroku which may be the right solution given the way Heroku is the core platform for most of the infrastructure.
Let's get this image hosted (on Heroku? Amazon ECS?) so we can interact with it as our query parser endpoint rather than the Lambda invocation.
The text was updated successfully, but these errors were encountered: