# Control Groups

Cloud Infrastructure security can be approached by having the following control groups or building blocks and each of these has to be applied to each cloud resource being provisioned. These configurations, when applied to various cloud resources, often amount to 200+ controls per cloud provider. All of these controls come out of the box with the DuploCloud platform and are implicitly implemented while the users can focus on deploying the application.

* Isolation and Firewall
  * Network Segmentation
  * IAM
  * Security Groups
  * WAF
  * VPN
* Encryption
  * At Rest
  * At Transit
* Access Management
  * Cloud console and resources
  * VM SSH
  * Container Shell
  * Kubernetes
  * Application Environment (DuploCloud Tenants)
* Tags and Labels
* Audit
* Monitoring
  * Agent Management
  * SIEM
  * Host Vulnerabilities
  * Anti-Virus
  * HIDS
  * NIDS
  * Hardening Benchmarks (Like CIS)
  * Application Security Testing
    * DAST
    * Manual VAPT
* Compliance Frameworks


---

# 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.duplocloud.com/docs/automation-platform/security-and-compliance/control-groups.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.
