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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
