https://github.com/corelight/corelight-cloud
IaC used to deploy Corelight Sensors into various Cloud Providers.
https://github.com/corelight/corelight-cloud
aws azure cloud gcp iac templates terraform
Last synced: 6 months ago
JSON representation
IaC used to deploy Corelight Sensors into various Cloud Providers.
- Host: GitHub
- URL: https://github.com/corelight/corelight-cloud
- Owner: corelight
- License: mit
- Created: 2024-06-04T16:57:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-31T12:50:54.000Z (8 months ago)
- Last Synced: 2025-10-31T14:41:35.908Z (8 months ago)
- Topics: aws, azure, cloud, gcp, iac, templates, terraform
- Language: HCL
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Corelight Deployment Guide
This repository provides sample configurations for deploying Corelight products
across AWS, Azure, and Google Cloud Platform (GCP). The examples offer both
**Terraform-based** and **native IaC solutions**, allowing users to choose
the approach that best fits their platform requirements and preferences.
## Directory Structure Overview
### `cloudformation/`
This directory includes **AWS CloudFormation templates** for deploying Corelight
solutions within AWS environments using native AWS IaC. Each template provides
configurations tailored for Corelight.
### `terraform/`
The `terraform/` directory contains **Terraform modules** structured by cloud
provider. Each subdirectory under `terraform/` is organized by provider and
service, with individual `README.md` files for specific guidance on deploying
Corelight products within that cloud.
#### Integrations
Within `terraform/integrations/`, you’ll find subdirectories for integrating
Corelight products with partner solutions.
## License
The project is licensed under the [MIT][] license.
[MIT]: LICENSE