Skip to content

Add identity risk layer wording to Cloudcraft #30182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/datadog_cloudcraft/overlays.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ The observability overlay tracks coverage for the following products:

### Security

The security overlay highlights potential security exposures in your architecture, grouping resources by Region, VPC, and Security Group. It displays misconfigurations detected by Cloud Security, helping you:
The security overlay highlights potential security exposures in your architecture, grouping resources by Region, VPC, and Security Group. It displays security findings detected by Cloud Security, helping you:

- Identify security issues directly in infrastructure diagrams.
- Analyze misconfigurations in context to prioritize remediation.
- Analyze misconfigurations and identity risks in context, so you can prioritize remediation.
- Assess your security posture before deploying applications.

You can click on any any resource with findings to open a side panel with more details, allowing deeper investigation without leaving the diagram.
You can click on any resource with findings to open a side panel with more details, allowing deeper investigation without leaving the diagram.

This view is ideal for mapping attack surfaces during penetration tests or security audits. To keep the diagram focused, components like EBS volumes and NAT Gateways are excluded.

By default, the security overlay shows Critical, High, and Medium misconfigurations, which you can filter at the bottom of the screen.
By default, the security overlay shows Critical, High, and Medium severity misconfigurations or identity risks, which you can filter at the bottom of the screen.

{{< img src="datadog_cloudcraft/overlays/cloudcraft_security_overlay_with_ccm_2.png" alt="Security overlay in Cloudcraft, highlighting the collapsible legend and the bottom left hand side of the screen, and the Investigate button on the side panel." style="width:100%;" >}}

Expand Down
Loading