# FedRAMP

### What is FedRAMP

The Federal Risk and Authorization Management Program (FedRAMP) is a U.S. government program that standardised the security assessment, authorization, and continuous monitoring processes for cloud products and services. FedRAMP is designed to ensure that cloud services used by federal agencies meet a consistent set of security and privacy standards.&#x20;

This framework, when integrated in Delivery Shield, gets converted to code format. The policies created based on this framework prompts an alert or prevents the deployment if the rule fails.&#x20;

### Example of FedRAMP policies in Delivery Shield

* **Block Container Without Limits** - Requires containers to have memory and CPU limits set and constraints limits to be within the specified maximum values.
* **Block Container Without Request Limit** - Requires containers to have memory and CPU requests set and constraints requests to be within the specified maximum values.
* **Block Undefined Container Ratios** - Sets a maximum ratio for container resource limits to requests.
* **High Vulnerability Prevention Policy** - High Severity Vulnerabilities should not be found in the artifact. &#x20;
* **Low Vulnerability Prevention Policy** - Low Severity Vulnerability should not be found in the artifact.&#x20;

Refer [FedRAMP](https://www.fedramp.gov/documents-templates/) for more information.


---

# 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.opsmx.com/opsmx-1/opsmx-delivery-shield-platform/user-guide/compliance-automation/fedramp.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.
