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