Skip to content

Commit 71fb1ad

Browse files
authored
docs: updates three-way manual use-case (#170)
1 parent aaca593 commit 71fb1ad

File tree

2 files changed

+348
-266
lines changed

2 files changed

+348
-266
lines changed

use-cases/README.md

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Secure for Cloud for AWS Use-Cases
1+
# Secure for Cloud Use Cases for AWS Environments
22

3-
Secure for cloud is served through Terraform for [AWS](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud)
4-
[GCP](https://github.com/sysdiglabs/terraform-google-secure-for-cloud) and [Azure](https://github.com/sysdiglabs/terraform-azurerm-secure-for-cloud) clouds,
5-
and for AWS in [Cloudformation](https://github.com/sysdiglabs/aws-templates-secure-for-cloud) too.
3+
Secure for cloud is installed in AWS either by using [terraform](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud) or by using a [Cloudformation](https://github.com/sysdiglabs/aws-templates-secure-for-cloud) template.
64

75

86
### Feature Summary
@@ -15,15 +13,15 @@ and for AWS in [Cloudformation](https://github.com/sysdiglabs/aws-templates-secu
1513

1614

1715

18-
**Compute Deployment wise, which should I choose?**
19-
<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.
20-
<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)
21-
<br/><br/>
16+
## Which Compute Deployment Should I Choose?
2217

18+
There are no preffered way, just take a technology you're familiar with. Otherwise, prefer non-K8S, as it will be harder to maintain.
19+
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).
2320

24-
## Available Optionals
2521

26-
Make use of optionals to allow the re-use of pre-existing resources, and avoid incurring in more costs.
22+
## Available Options
23+
24+
Make use of optionals to reuse pre-existing resources and prevent incurring in more costs.
2725

2826
| Cloud | Optionals | Related Input Vars | Other |
2927
| -- | --| -- | -- |
@@ -34,22 +32,17 @@ Make use of optionals to allow the re-use of pre-existing resources, and avoid i
3432
| | ACR | `registry_name`, `registry_resource_group_name` | - |
3533
| * | Compute Workload | - | All clouds allow Sysdig Secure for cloud to be deployed on a pre-existing K8S cluster|
3634

35+
## Overview
3736

38-
<br/><br/>
39-
40-
## Use-Case summary
41-
37+
Current examples were developed for simple scenarios.
38+
As new use cases emerge, we will establish a standard scenario and create new examples to accommodate additional requirements.
39+
Check the current list of use cases or use the [questionnaire](./_questionnaire.md) to let us know your needs.
4240

43-
Current examples were developed for simple use-case scenarios.
44-
<br/>New use-cases are appearing and once we consolidate a standard scenario, we will create new examples to accommodate new requirements.
45-
<br/>Check current use-case list or use the [questionnaire](./_questionnaire.md) to let us know your needs.
41+
If Terraform or Cloudformation suits your purpose, take a look at the `manual-*` prefixed use cases.
4642

47-
If not Terraform nor Cloudformation suits, take a look at the `manual-*` prefixed use-cases.
43+
### Features
4844

49-
50-
### all-features
51-
52-
For [all-feature installation](https://docs.sysdig.com/en/docs/sysdig-secure/sysdig-secure-for-cloud/#features), check
45+
For [complete feature installation](https://docs.sysdig.com/en/docs/sysdig-secure/sysdig-secure-for-cloud/#features), check
5346

5447

5548
| | `/examples/single-*` | `/examples/organizational-*` |
@@ -62,10 +55,10 @@ For [all-feature installation](https://docs.sysdig.com/en/docs/sysdig-secure/sys
6255

6356
With both examples `single` and `org`, you can customize the desired features to de deployed with the `deploy_*` input vars to avoid deploying more than wanted.
6457

65-
<br/>
6658

67-
### Unified-compliance only
59+
60+
### Unified Compliance
6861

6962
If you just want [CIS Unified Compliance Benchmarks](https://docs.sysdig.com/en/docs/sysdig-secure/posture/compliance/compliance-unified-/)
70-
check our guide on [Compliance role-only deployment with Terraform](https://docs.sysdig.com/en/docs/installation/sysdig-secure-for-cloud/deploy-sysdig-secure-for-cloud-agentless/)
71-
Alternatively, you can [configure it manually](./manual-compliance.md)
63+
see [Compliance role-only deployment with Terraform](https://docs.sysdig.com/en/docs/installation/sysdig-secure-for-cloud/deploy-sysdig-secure-for-cloud-agentless/)
64+
<br/>Alternatively, you can [configure it manually](./manual-compliance.md)

0 commit comments

Comments
 (0)