-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Clarify expected agentless costs #27350
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -17,10 +17,12 @@ | |||||||||||||||
|
||||||||||||||||
There are two recommended ways to deploy Agentless scanners in your environment, either using cross-account scanning, or same account scanning. | ||||||||||||||||
|
||||||||||||||||
**Note**: When using Agentless Scanning, there are additional costs for running scanners in your cloud environments. To optimize on costs while being able to reliably scan every 12 hours, Datadog recommends setting up Agentless Scanning with Terraform as the default template, as this also avoids cross-region networking. | ||||||||||||||||
**Note**: When using Agentless Scanning, there are additional costs for running scanners in your cloud environments. To optimize on costs while being able to reliably scan every 12 hours, Datadog recommends setting up Agentless Scanning with Terraform as the default template, as this also avoids cross-region networking. | ||||||||||||||||
|
||||||||||||||||
To establish estimates on scanner costs, reach out to your [Datadog Customer Success Manager][1]. | ||||||||||||||||
|
||||||||||||||||
The scanner cost is under $1 per scanned host per year for accounts following the [recommended configuration](#recommended-configuration). | ||||||||||||||||
|
||||||||||||||||
{{< tabs >}} | ||||||||||||||||
{{% tab "Cross-account scanning" %}} | ||||||||||||||||
|
||||||||||||||||
|
@@ -47,6 +49,16 @@ | |||||||||||||||
{{% /tab %}} | ||||||||||||||||
{{< /tabs >}} | ||||||||||||||||
|
||||||||||||||||
## Recommended configuration | ||||||||||||||||
|
||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a suggestion from above to move the note to down to the recommended config section.
Suggested change
|
||||||||||||||||
To improve the scanner's efficacy, ensure your setup follows those guidelines: | ||||||||||||||||
|
||||||||||||||||
- Scanners are deployed in a single AWS account | ||||||||||||||||
- A scanner is deployed in each region that has either: | ||||||||||||||||
- More than 250 hosts | ||||||||||||||||
- Any data store if using [Cloud Storage Scanning](/security/cloud_security_management/agentless_scanning#cloud-storage-scanning) | ||||||||||||||||
Comment on lines
+56
to
+59
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add the link to the bottom of the page [2]: /security/cloud_security_management/agentless_scanning#cloud-storage-scanning |
||||||||||||||||
|
||||||||||||||||
Datadog automatically schedules scans to the right region to minimize the cross region costs. | ||||||||||||||||
|
||||||||||||||||
**Note**: The actual scanned data remains in your infrastructure, and only the collected list of packages, as well as information related to collected hosts (hostnames/EC2 Instances), are reported back to Datadog. | ||||||||||||||||
|
||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is related to configuration, recommend moving to the "Recommended configuration" section.