Skip to content

Commit

Permalink
Adding SCA for Fargate instructions (#25129)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-blazquez-dd authored Sep 6, 2024
1 parent bcf0ff5 commit e2a822f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions content/en/security/guide/aws_fargate_config_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ further_reading:
text: "Get real-time threat detection for AWS Fargate ECS and EKS environments with Datadog CSM"
---

This guide walks you through configuring [Cloud Security Management (CSM)][3], [Application Security Management (ASM)][4], and [Cloud SIEM][5] on AWS Fargate.
This guide walks you through configuring [Cloud Security Management (CSM)][3], [Software Composition Analysis (SCA)][22], [Threat Detection and Protection (ASM)][4], and [Cloud SIEM][5] on AWS Fargate.

{{< img src="security/datadog_security_coverage_aws_fargate.png" alt="Flow chart showing how CSM, ASM, and Cloud SIEM are configured on AWS Fargate" width="90%">}}

Expand All @@ -31,8 +31,8 @@ Datadog Security provides multiple layers of visibility for AWS Fargate. Use the
<tr>
<td>Fargate Application</td>
<td>Application Performance Monitoring</td>
<td>Application Security Management</td>
<td>Application Security Management</td>
<td>Software Composition Analysis (SCA) and Code Security</td>
<td>ASM - Threat Detection and Protection</td>
</tr>
<tr>
<td>Fargate Infrastructure</td>
Expand Down Expand Up @@ -354,7 +354,7 @@ In the task definition, replace the "workload" container with the following:
],
{{< /code-block >}}

## Application Security Management
## Application Security

### Prerequisites

Expand All @@ -365,6 +365,9 @@ In the task definition, replace the "workload" container with the following:
### Installation
#### Software Composition Analysis (SCA)
[Software Composition Analysis (SCA)][22] works in Fargate. Follow the [installation steps for applications that run in traditional hosts][23].
#### Threat Detection and Protection
For step-by-step instructions, see the following articles:
Expand Down Expand Up @@ -426,4 +429,6 @@ For step-by-step instructions, see [AWS Configuration Guide for Cloud SIEM][17].
[18]: /security/application_security/code_security/setup/java/
[19]: /security/application_security/code_security/setup/dotnet/
[20]: /security/application_security/code_security/setup/nodejs/
[21]: https://app.datadoghq.com/security/configuration/siem/setup
[21]: https://app.datadoghq.com/security/configuration/siem/setup
[22]: /security/application_security/software_composition_analysis/
[23]: /security/application_security/software_composition_analysis/setup/

0 comments on commit e2a822f

Please sign in to comment.