> For the complete documentation index, see [llms.txt](https://docs-acs.clouddefenseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-acs.clouddefenseai.com/others/compliance.md).

# Compliance

{% embed url="<https://youtu.be/qJzJVwBLaEY>" %}

Cloud compliance ensures that enterprise cloud services offered by cloud service providers, such as AWS, Azure, etc. meet the compliance requirements of their enterprise customers, including local, state, federal, and international security standards, tax laws, and regulations.

<figure><img src="https://lh5.googleusercontent.com/HBzWklmS3heD9lBH3EeC8nNNI1-XNeHXe9zDhyRtQtOKKWkm5tEU1I74ziTs4LO3fSvwMH8mFcCbx_G-kXSjAw5gDt5RWtm1D-ALHeZGocTmP5NFrlqf2Blp3LxNvY-K7Iw8SXbD1nfDY3_EqylXHIIpUVeUxMPeSKqlJKy65UIrpTYaG3i1QsTt4TrCuQ" alt=""><figcaption></figcaption></figure>

Once you are there, you will get an overview of:

1. All of the compliance family&#x20;
2. Total scanned resources&#x20;
3. Complaint resources&#x20;
4. Non-complaint resources&#x20;
5. Create Custom Policy button&#x20;
6. Resource types with the most failed findings

All Compliance Families

| SL | Compliance Families                            |
| -- | ---------------------------------------------- |
| 1  | **SOC 2**                                      |
| 2  | **FEDRAMP LOW REVISION 4**                     |
| 3  | **GENERAL DATA PROTECTION REGULATION (GDPR)**  |
| 4  | **NIST 800-53 REVISION 4**                     |
| 5  | **CIS V1.4.0**                                 |
| 6  | **RBI CYBER SECURITY FRAMEWORK**               |
| 7  | **NIST CYBERSECURITY FRAMEWORK (CSF) V1.1**    |
| 8  | **FEDRAMP MODERATE REVISION 4**                |
| 9  | **AWS AUDIT MANAGER CONTROL TOWER GUARDRAILS** |
| 10 | **CIS V1.3.0**                                 |
| 11 | **PCI V3.2.1**                                 |
| 12 | **AWS FOUNDATIONAL SECURITY BEST PRACTICES**   |
| 13 | **HIPAA**                                      |

These are the cloud compliance family we are using listed above. We evaluate resources against these families.


---

# 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-acs.clouddefenseai.com/others/compliance.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.
