Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to stand up new Animl instances #273

Open
nathanielrindlaub opened this issue Oct 16, 2024 · 1 comment
Open

Document how to stand up new Animl instances #273

nathanielrindlaub opened this issue Oct 16, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation infrastructure

Comments

@nathanielrindlaub
Copy link
Member

nathanielrindlaub commented Oct 16, 2024

We don't maintain great documentation on how to deploy fresh instances of Animl to AWS for users who are interested in standing up their own infrastructure. Most of the infra is managed in Serverless config files, but some definitely is not. For example, off the top of my head:

  • MongoDB Atlas (and soon a new Atlas Search index)
  • Cognito user pool (currently the CF template just lives in our AWS account and is not in version control)
  • All Sagemaker models, endpoints, and corresponding SSM params
  • SES config (?)
  • Route53 config (?)

Additionally, some of the Serverless-managed stacks are only necessary if users need to consume wireless images (e.g. Animl Email Relay and the programmatic cell cam ingestion api)

I think we should step through the process of standing up a separate instance and thoroughly document the steps to set up all of these external pieces, and do what we can to internalize them in some kind of infrastructure as code solution going forward.

Related: #58

@nathanielrindlaub nathanielrindlaub added documentation Improvements or additions to documentation infrastructure labels Oct 16, 2024
@nathanielrindlaub
Copy link
Member Author

@lessej pointed out it would be great to have a diagram outlining how all the micro-services fit together too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant