> For the complete documentation index, see [llms.txt](https://docs.eclipse-pass.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eclipse-pass.org/infrastructure-documenation/operations-production.md).

# Operations/Production

The operations and production workflows, architecture, and infrastructure are composed of a variety of technologies, layers, and techniques. The main important concept and understanding of this guide, is that PASS is designed to be platform independent, with a few exceptions. This guide will describe and summarize the way JHU decided to deploy the application, but this doesn't mean it can't be done another way. One way of deploying PASS is using Amazon Web Services (AWS) cloud computing services. By using the scalable infrastructure we are able to quickly adapt to different demands of usage. By using AWS, it opens up the ability to use infrastructure as code which gives more efficiencies by enabling reuse of infrastructure between environments and aids in the CI/CD pipeline, providing consistent and quick deployments. In addition to deploying PASS, other operation activities will be described such as monitoring, harvesting and loading data, and other communication between different services.

If you haven't already, a quick review of the [Welcome Guide PASS Architecture](/welcome-guide/deployment-architecture.md) article will provide a good foundation for understanding the operations and production environment of PASS.

In this guide we step through various topics on JHU Operations and Production:

* [Knowledge Needed / Skills Inventory](/infrastructure-documenation/operations-production/ops-know-need.md)
* [Technologies Utilized](/infrastructure-documenation/operations-production/ops-tech-util.md)
* Technical Deep Dive
  * [PASS Design & Amazon Web Services (AWS) Architecture](/infrastructure-documenation/operations-production/ops-aws-arch.md)
  * [PASS AWS Architecture Cost Estimates](/infrastructure-documenation/operations-production/ops-aws-cost.md)
  * [Versioning](/infrastructure-documenation/operations-production/ops-version.md)
  * [How to Deploy](/infrastructure-documenation/operations-production/ops-deploy.md)
  * [Monitoring](/infrastructure-documenation/operations-production/ops-monitor.md)
  * [NIHMS Credentials Configuration](https://github.com/eclipse-pass/pass-documentation/blob/main/infrastructure-documenation/operations-production/ops-nihms.md)
  * [Data Loaders](/infrastructure-documenation/operations-production/ops-loaders.md)
  * [Data & Backups](/infrastructure-documenation/operations-production/ops-data-backup.md)
  * [Eclipse Operations](/infrastructure-documenation/operations-production/ops-eclipse.md)
* [Next Steps / Institution Configuration](/infrastructure-documenation/operations-production/ops-new-institution.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eclipse-pass.org/infrastructure-documenation/operations-production.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
