Skip to content

Commit

Permalink
Document how to update Agentless CloudFormation and Terraform versions (
Browse files Browse the repository at this point in the history
#26353)

* Document how to update Agentless cloudformation and terraform versions

* Apply suggestions from code review

Co-authored-by: Moez Ezzeddine <[email protected]>

* Apply suggestions from code review

Co-authored-by: Moez Ezzeddine <[email protected]>

* Improve the CloudFormation documentation

* Improve CFN doc

Co-authored-by: Janine Chan <[email protected]>

---------

Co-authored-by: Moez Ezzeddine <[email protected]>
Co-authored-by: Janine Chan <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent 81fb783 commit 3ff5d8a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
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

0 comments on commit 3ff5d8a

Please sign in to comment.