> 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/ops-tech-util.md).

# Technologies Utilized

The PASS production infrastructure and operations are composed of a variety of technologies. The chosen technology stack was desirable for its ease of setup, support for CI/CD, and scalability.

## Technologies Utilized

* [Amazon Web Services (AWS) Cloud Computing](https://aws.amazon.com): Many AWS resources are used for the majority of the infrastructure including virtual servers (EC2), Amazon Relational Database service (RDS, using a PostgreSQL instance), Elastic Container Service (ECS), and a variety of others.
* [AWS Account Management](https://aws.amazon.com/account/): Used to create Service Roles and "least privilege" Policies that are used by AWS resources running PASS components.
* [AWS Command Line Interface](https://aws.amazon.com/cli/): Used in the development, testing, and management of the JHU PASS infrastructure.
* [Docker](https://www.docker.com/): Docker is used in all our environments for running the main components of the PASS application.
* [GitHub Actions](https://docs.github.com/en/actions): GitHub Actions are used for deployment and CI/CD operations.


---

# 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/ops-tech-util.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.
