Skip to content

Commit e621fa0

Browse files
author
iru
authored
Update README.md
1 parent 5305746 commit e621fa0

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

use-cases/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ Secure for cloud is served through Terraform for [AWS](https://github.com/sysdig
44
[GCP](https://github.com/sysdiglabs/terraform-google-secure-for-cloud) and [Azure](https://github.com/sysdiglabs/terraform-azurerm-secure-for-cloud) clouds,
55
and for AWS in [Cloudformation](https://github.com/sysdiglabs/aws-templates-secure-for-cloud) too.
66

7-
### Compute Workload Type
87

9-
| Cloud | Example Options |
10-
| - | - |
11-
| AWS | K8S `-k8s`, ECS `-ecs`, AppRunner `-apprunner` |
12-
| GCP | K8S `-k8s`, CloudRun |
13-
| Azure | K8S `-k8s`, AzureContainerInstances |
8+
### Feature Summary
149

15-
**Which should I choose?**
10+
| Cloud | Single Setup | Organizational Setup | Event Source | Compute Deployment Options | Sysdig Role Setup | Image Scanning Options | Spawned Scanning Service
11+
| -- | --- | --- | --- | --- | --- | --- | --- |
12+
| AWS | Account | Organization with member accounts | Cloudtrail | K8S `-k8s`, ECS `-ecs`, AppRunner `-apprunner` | IAM Role with Trusted Identity | ECS deployed images,<br/>ECR, Public Repositories | Codebuild project |
13+
| GCP | Project | Organization with member projects | Project/Organization Sink,<br/> GCR PubSub Topic | K8S `-k8s`, CloudRun | Workload Identity Federation | CloudRun deployed images,<br/>GCR, Public Repositories |Cloudbuild task |
14+
| Azure | Subscription | Tenant subscriptions| EventHub, Eventgrid | K8S `-k8s`, AzureContainerInstances (ACI) | Azure Lighthouse | ACI deployed images,<br/> ACR, Public Repositories | ACR Task |
15+
16+
17+
18+
**Compute Deployment wise, which should I choose?**
1619
<br/>There are no preffered way, just take a technology you're familiar with. Otherwise, prefer non K8S, as it will be harder to maintain.
1720
<br/>For AWS, beware of [AppRunner region limitations](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/examples/single-account-apprunner/README.md#prerequisites)
1821
<br/><br/>

0 commit comments

Comments
 (0)