-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added landing page pointing to our tf repos
- Loading branch information
John Dewey
committed
Jun 4, 2024
1 parent
4d29682
commit f873899
Showing
2 changed files
with
55 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,55 @@ | ||
# Cloud Scripts | ||
# Corelight Cloud | ||
|
||
Scripts used to deploy Corelight Sensors into various Cloud Providers. | ||
IaC used to deploy Corelight Sensors into various Cloud Providers. | ||
|
||
## Cloud Enrichment Service | ||
|
||
Code to deploy Corelight's Cloud Enrichment services. | ||
|
||
### AWS | ||
|
||
* [Terraform][terraform-aws-enrichment] | ||
|
||
[terraform-aws-enrichment]: https://github.com/corelight/terraform-aws-enrichment/ | ||
|
||
### Azure | ||
|
||
* [Terraform][terraform-azure-enrichment] | ||
|
||
[terraform-azure-enrichment]: https://github.com/corelight/terraform-azure-enrichment/ | ||
|
||
### GCP | ||
|
||
* [Terraform][terraform-gcp-enrichment] | ||
|
||
[terraform-gcp-enrichment]: https://github.com/corelight/terraform-gcp-sensor/ | ||
|
||
## Cloud Sensor | ||
|
||
Code to deploy Corelight's Cloud Sensor. | ||
|
||
### AWS | ||
|
||
* [Terraform][terraform-aws-sensor] | ||
* [CFN][cfn-aws-sensor] | ||
|
||
[terraform-aws-sensor]: https://github.com/corelight/terraform-aws-sensor/ | ||
[cfn-aws-sensor]: https://github.com/corelight/corelight-cloud/tree/main/cloud-native-iac/AWS | ||
|
||
### Azure | ||
|
||
* [Terraform][terraform-azure-sensor] | ||
|
||
[terraform-azure-sensor]: https://github.com/corelight/terraform-azure-sensor/ | ||
|
||
### GCP | ||
|
||
* [Terraform][terraform-gcp-sensor] | ||
|
||
[terraform-gcp-sensor]: https://github.com/corelight/terraform-gcp-enrichment/ | ||
|
||
## License | ||
|
||
The [MIT] License. | ||
The project is licensed under the [MIT][] license. | ||
|
||
[MIT]: LICENSE |