Skip to content
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

Document how to update Agentless CloudFormation and Terraform versions #26353

Merged
merged 5 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ If you've already [set up Cloud Security Management][3] and want to add a new AW

{{% csm-agentless-exclude-resources %}}

## Update the CloudFormation stack

Datadog recommends updating the CloudFormation stack regularly, so you can get access to new features and bug fixes as they get released. To do so, follow these steps:
1. Log in to your AWS console and go to the CloudFormation Stacks page.
2. Select the **DatadogIntegration-DatadogAgentlessScanning-...** CloudFormation sub-stack, click **Update**, then click **Update nested stack**.
3. Click **Replace existing template**.
4. In the following S3 URL: `https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/<VERSION>/datadog_agentless_scanning.yaml`, replace `<VERSION>` with the version found in [aws_quickstart/version.txt][4]. Paste that URL into the **Amazon S3 URL** field.
5. Click **Next** to advance through the next several pages without modifying them, then submit the form.

## Disable Agentless Scanning

1. On the [Cloud Security Management Setup][3] page, click **Cloud Integrations** > **AWS**.
Expand All @@ -69,4 +78,5 @@ To uninstall Agentless Scanning, log in to your AWS console and delete the Cloud

[1]: /security/cloud_security_management/agentless_scanning
[2]: /security/cloud_security_management/setup/agentless_scanning/terraform
[3]: https://app.datadoghq.com/security/configuration/csm/setup
[3]: https://app.datadoghq.com/security/configuration/csm/setup
[4]: https://github.com/DataDog/cloudformation-template/blob/master/aws_quickstart/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ Designed for new users, the quick start workflow offers an efficient setup proce

{{% csm-agentless-exclude-resources %}}

## Update the CloudFormation stack

Datadog recommends updating the CloudFormation stack regularly, so you can get access to new features and bug fixes as they get released. To do so, follow these steps:
1. Log in to your AWS console and go to the CloudFormation Stacks page.
2. Select the **DatadogIntegration-DatadogAgentlessScanning-...** CloudFormation sub-stack, click **Update**, then click **Update nested stack**.
3. Click **Replace existing template**.
4. In the following S3 URL: `https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/<VERSION>/datadog_agentless_scanning.yaml`, replace `<VERSION>` with the version found in [aws_quickstart/version.txt][11]. Paste that URL into the **Amazon S3 URL** field.
5. Click **Next** to advance through the next several pages without modifying them, then submit the form.

## Disable Agentless Scanning

1. On the [Cloud Security Management Setup][10] page, click **Cloud Integrations** > **AWS**.
Expand All @@ -55,4 +64,5 @@ To uninstall Agentless Scanning, log in to your AWS console and delete the Cloud
[7]: mailto:[email protected]
[8]: mailto:[email protected]
[9]: https://github.com/DataDog/terraform-module-datadog-agentless-scanner/blob/main/README.md#uninstall
[10]: https://app.datadoghq.com/security/configuration/csm/setup
[10]: https://app.datadoghq.com/security/configuration/csm/setup
[11]: https://github.com/DataDog/cloudformation-template/blob/master/aws_quickstart/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,17 @@ If you've already set up Cloud Security Management and want to add a new AWS acc

Follow the instructions for [Terraform][3] uninstallation.

## Update the Terraform modules version

Update the `source` reference for the Agentless Scanner modules to the latest release. You can find the latest version on [GitHub Releases](https://github.com/DataDog/terraform-module-datadog-agentless-scanner/releases).

For usage examples, refer to our [Github repository](https://github.com/DataDog/terraform-module-datadog-agentless-scanner/tree/main/examples).

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: /security/cloud_security_management/agentless_scanning
[2]: /security/cloud_security_management/setup/agentless_scanning/cloudformation
[3]: https://github.com/DataDog/terraform-module-datadog-agentless-scanner/blob/main/README.md#uninstall
[4]: https://app.datadoghq.com/security/configuration/csm/setup
[4]: https://app.datadoghq.com/security/configuration/csm/setup
Loading