How is data collected from cloud providers? #129
-
Currently only GCP is supported? Tell me please:
Thanks!) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @DaulGitHub, OpenCSPM currently supports AWS, GCP, Kubernetes standalone, EKS, and GKE resources. The files you are referencing are helper scripts for certain specific cases. See data collection for more details. Terraform is used to deploy OpenCSPM into your cloud environment (as opposed to running it locally in Docker). |
Beta Was this translation helpful? Give feedback.
-
@joshlarsen Thank you!) |
Beta Was this translation helpful? Give feedback.
-
the state of cloud resources is stored in a graph database, and when performing tests, we extract the state from the database using queries. |
Beta Was this translation helpful? Give feedback.
-
Yes, AWS-Recon or the GCP CAI gathers the relevant metadata (inventory) from your cloud account, and that data collection link describes how to arrange it so that opencspm loads and analyzes it via control packs. The community control pack covers serval CIS best practices standards for GCP, GKE, AWS, and EKS. |
Beta Was this translation helpful? Give feedback.
Hi @DaulGitHub, OpenCSPM currently supports AWS, GCP, Kubernetes standalone, EKS, and GKE resources. The files you are referencing are helper scripts for certain specific cases.
See data collection for more details.
Terraform is used to deploy OpenCSPM into your cloud environment (as opposed to running it locally in Docker).